#BBCDE6

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

Shades of Periwinkle #BBCDE6

Tints of Periwinkle #BBCDE6

Color information

#BBCDE6 (or 0xBBCDE6) is unknown color: approx Periwinkle. HEX triplet: BB, CD and E6. RGB value is (187,205,230). Sum of RGB (Red+Green+Blue) = 187+205+230=622 (82% of max value = 765). Red value is 187 (73.44% from 255 or 30.06% from 622); Green value is 205 (80.47% from 255 or 32.96% from 622); Blue value is 230 (90.23% from 255 or 36.98% from 622); Max value from RGB is 230 - color contains mainly: blue. Hex color #BBCDE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBCDE6 is #443219. Grayscale: #CACACA. Windows color (decimal): -4469274 or 15125947. OLE color: 15125947.

HSL color Cylindrical-coordinate representation of color #BBCDE6: hue angle of 214.88º degrees, saturation: 0.46, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BBCDE6 is Cyan = 0.19, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB187205230-
CMYK0.190.1100.10
HSL214.88º46.24%81.76%-
HSV(B)214.88º18.7%90.2%-
XYZ56.6159.9483.45-
YUV202.47143.54116.97-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.06%
GREEN value IS 205 (80.47% from 255) = 32.96%
BLUE value IS 230 (90.23% from 255) = 36.98%
R=30.06%
G=32.96%
B=36.98%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1872052300.190.1100.10214.8846.2481.76
HexBBCDE613B0Ad72e52
Octal273315346231301232756122
Binary10111011110011011110011010011101101010110101111011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCDE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCDE6; }

 p { color: rgb(187,205,230); }

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

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

 a { background-color: rgb(187,205,230); }

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

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

 span { border-color: rgb(187,205,230); }

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