#BBD1FF

Color #BBD1FF Periwinkle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Periwinkle #BBD1FF

Tints of Periwinkle #BBD1FF

Color information

#BBD1FF (or 0xBBD1FF) is unknown color: approx Periwinkle. HEX triplet: BB, D1 and FF. RGB value is (187,209,255). Sum of RGB (Red+Green+Blue) = 187+209+255=651 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.73% from 651); Green value is 209 (82.03% from 255 or 32.10% from 651); Blue value is 255 (100% from 255 or 39.17% from 651); Max value from RGB is 255 - color contains mainly: blue. Hex color #BBD1FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBD1FF is #442E00. Grayscale: #CFCFCF. Windows color (decimal): -4468225 or 16765371. OLE color: 16765371.

HSL color Cylindrical-coordinate representation of color #BBD1FF: hue angle of 220.59º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BBD1FF is Cyan = 0.27, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB187209255-
CMYK0.270.1800
HSL220.59º100%86.67%-
HSV(B)220.59º26.67%100%-
XYZ61.3463.39103.61-
YUV207.67154.71113.26-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 187 (73.44% from 255) = 28.73%
GREEN value IS 209 (82.03% from 255) = 32.10%
BLUE value IS 255 (100% from 255) = 39.17%
R=28.73%
G=32.10%
B=39.17%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1872092550.270.1800220.5910086.67
HexBBD1FF1B1200dd6457
Octal273321377332200335144127
Binary1011101111010001111111111101110010001101110111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD1FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD1FF; }

 p { color: rgb(187,209,255); }

 H1.HeaderClassName
 {
   color: #BBD1FF;
 }
 .AnyTagClassName
 {
   color: #BBD1FF;
 }
</style>
background-color css

<style>
 a { background-color: #BBD1FF; }

 a { background-color: rgb(187,209,255); }

 div.DivClassName
 {
   background-color: #BBD1FF;
 }
 .BgClassName
 {
   background-color: #BBD1FF;
 }
</style>
border-color css

<style>
 span { border-color: #BBD1FF; }

 span { border-color: rgb(187,209,255); }

 td.TdClassName
 {
   border-color: #BBD1FF;
 }
 .TagClassName
 {
   border-color: #BBD1FF;
 }
</style>

cancel