#BBC4EF

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

Shades of Periwinkle #BBC4EF

Tints of Periwinkle #BBC4EF

Color information

#BBC4EF (or 0xBBC4EF) is unknown color: approx Periwinkle. HEX triplet: BB, C4 and EF. RGB value is (187,196,239). Sum of RGB (Red+Green+Blue) = 187+196+239=622 (82% of max value = 765). Red value is 187 (73.44% from 255 or 30.06% from 622); Green value is 196 (76.95% from 255 or 31.51% from 622); Blue value is 239 (93.75% from 255 or 38.42% from 622); Max value from RGB is 239 - color contains mainly: blue. Hex color #BBC4EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBC4EF is #443B10. Grayscale: #C6C6C6. Windows color (decimal): -4471569 or 15713467. OLE color: 15713467.

HSL color Cylindrical-coordinate representation of color #BBC4EF: hue angle of 229.62º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BBC4EF is Cyan = 0.22, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB187196239-
CMYK0.220.1800.06
HSL229.62º61.9%83.53%-
HSV(B)229.62º21.76%93.73%-
XYZ55.8156.2889.58-
YUV198.21151.02120-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.06%
GREEN value IS 196 (76.95% from 255) = 31.51%
BLUE value IS 239 (93.75% from 255) = 38.42%
R=30.06%
G=31.51%
B=38.42%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1871962390.220.1800.06229.6261.983.53
HexBBC4EF161206e63e54
Octal27330435726220634676124
Binary10111011110001001110111110110100100110111001101111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC4EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC4EF; }

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

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

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

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

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

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

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

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