#BBC2DB

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

Shades of Periwinkle #BBC2DB

Tints of Periwinkle #BBC2DB

Color information

#BBC2DB (or 0xBBC2DB) is unknown color: approx Periwinkle. HEX triplet: BB, C2 and DB. RGB value is (187,194,219). Sum of RGB (Red+Green+Blue) = 187+194+219=600 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.17% from 600); Green value is 194 (76.17% from 255 or 32.33% from 600); Blue value is 219 (85.94% from 255 or 36.5% from 600); Max value from RGB is 219 - color contains mainly: blue. Hex color #BBC2DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC2DB is #443D24. Grayscale: #C2C2C2. Windows color (decimal): -4472101 or 14402235. OLE color: 14402235.

HSL color Cylindrical-coordinate representation of color #BBC2DB: hue angle of 226.88º degrees, saturation: 0.31, 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 #BBC2DB is Cyan = 0.15, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB187194219-
CMYK0.150.1100.14
HSL226.88º30.77%79.61%-
HSV(B)226.88º14.61%85.88%-
XYZ52.5754.2674.72-
YUV194.76141.68122.47-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.17%
GREEN value IS 194 (76.17% from 255) = 32.33%
BLUE value IS 219 (85.94% from 255) = 36.5%
R=31.17%
G=32.33%
B=36.5%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1871942190.150.1100.14226.8830.7779.61
HexBBC2DBFB0Ee31f50
Octal273302333171301634337120
Binary101110111100001011011011111110110111011100011111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC2DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC2DB; }

 p { color: rgb(187,194,219); }

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

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

 a { background-color: rgb(187,194,219); }

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

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

 span { border-color: rgb(187,194,219); }

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