#BBC5DC

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

Shades of Periwinkle #BBC5DC

Tints of Periwinkle #BBC5DC

Color information

#BBC5DC (or 0xBBC5DC) is unknown color: approx Periwinkle. HEX triplet: BB, C5 and DC. RGB value is (187,197,220). Sum of RGB (Red+Green+Blue) = 187+197+220=604 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.96% from 604); Green value is 197 (77.34% from 255 or 32.62% from 604); Blue value is 220 (86.33% from 255 or 36.42% from 604); Max value from RGB is 220 - color contains mainly: blue. Hex color #BBC5DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC5DC is #443A23. Grayscale: #C4C4C4. Windows color (decimal): -4471332 or 14468539. OLE color: 14468539.

HSL color Cylindrical-coordinate representation of color #BBC5DC: hue angle of 221.82º degrees, saturation: 0.32, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BBC5DC is Cyan = 0.15, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB187197220-
CMYK0.150.1000.14
HSL221.82º32.04%79.8%-
HSV(B)221.82º15%86.27%-
XYZ53.3855.6675.64-
YUV196.63141.19121.13-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.96%
GREEN value IS 197 (77.34% from 255) = 32.62%
BLUE value IS 220 (86.33% from 255) = 36.42%
R=30.96%
G=32.62%
B=36.42%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1871972200.150.1000.14221.8232.0479.8
HexBBC5DCFA0Ede2050
Octal273305334171201633640120
Binary1011101111000101110111001111101001110110111101000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC5DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC5DC; }

 p { color: rgb(187,197,220); }

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

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

 a { background-color: rgb(187,197,220); }

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

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

 span { border-color: rgb(187,197,220); }

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