#BBC4DE

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

Shades of Periwinkle #BBC4DE

Tints of Periwinkle #BBC4DE

Color information

#BBC4DE (or 0xBBC4DE) is unknown color: approx Periwinkle. HEX triplet: BB, C4 and DE. RGB value is (187,196,222). Sum of RGB (Red+Green+Blue) = 187+196+222=605 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.91% from 605); Green value is 196 (76.95% from 255 or 32.40% from 605); Blue value is 222 (87.11% from 255 or 36.69% from 605); Max value from RGB is 222 - color contains mainly: blue. Hex color #BBC4DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC4DE is #443B21. Grayscale: #C4C4C4. Windows color (decimal): -4471586 or 14599355. OLE color: 14599355.

HSL color Cylindrical-coordinate representation of color #BBC4DE: hue angle of 224.57º degrees, saturation: 0.35, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BBC4DE is Cyan = 0.16, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB187196222-
CMYK0.160.1200.13
HSL224.57º34.65%80.2%-
HSV(B)224.57º15.77%87.06%-
XYZ53.4255.3276.97-
YUV196.27142.52121.39-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.91%
GREEN value IS 196 (76.95% from 255) = 32.40%
BLUE value IS 222 (87.11% from 255) = 36.69%
R=30.91%
G=32.40%
B=36.69%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1871962220.160.1200.13224.5734.6580.2
HexBBC4DE10C0De12350
Octal273304336201401534143120
Binary10111011110001001101111010000110001101111000011000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC4DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC4DE; }

 p { color: rgb(187,196,222); }

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

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

 a { background-color: rgb(187,196,222); }

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

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

 span { border-color: rgb(187,196,222); }

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