#BBC1DC

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

Shades of Periwinkle #BBC1DC

Tints of Periwinkle #BBC1DC

Color information

#BBC1DC (or 0xBBC1DC) is unknown color: approx Periwinkle. HEX triplet: BB, C1 and DC. RGB value is (187,193,220). Sum of RGB (Red+Green+Blue) = 187+193+220=600 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.17% from 600); Green value is 193 (75.78% from 255 or 32.17% from 600); Blue value is 220 (86.33% from 255 or 36.67% from 600); Max value from RGB is 220 - color contains mainly: blue. Hex color #BBC1DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC1DC is #443E23. Grayscale: #C2C2C2. Windows color (decimal): -4472356 or 14467515. OLE color: 14467515.

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

Color convert

RGB187193220-
CMYK0.150.1200.14
HSL229.09º32.04%79.8%-
HSV(B)229.09º15%86.27%-
XYZ52.4853.8775.34-
YUV194.28142.51122.8-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.17%
GREEN value IS 193 (75.78% from 255) = 32.17%
BLUE value IS 220 (86.33% from 255) = 36.67%
R=31.17%
G=32.17%
B=36.67%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1871932200.150.1200.14229.0932.0479.8
HexBBC1DCFC0Ee52050
Octal273301334171401634540120
Binary1011101111000001110111001111110001110111001011000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC1DC; }

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

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

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

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

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

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

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

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