#BBC9EF

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

Shades of Periwinkle #BBC9EF

Tints of Periwinkle #BBC9EF

Color information

#BBC9EF (or 0xBBC9EF) is unknown color: approx Periwinkle. HEX triplet: BB, C9 and EF. RGB value is (187,201,239). Sum of RGB (Red+Green+Blue) = 187+201+239=627 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.82% from 627); Green value is 201 (78.91% from 255 or 32.06% from 627); Blue value is 239 (93.75% from 255 or 38.12% from 627); Max value from RGB is 239 - color contains mainly: blue. Hex color #BBC9EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBC9EF is #443610. Grayscale: #C8C8C8. Windows color (decimal): -4470289 or 15714747. OLE color: 15714747.

HSL color Cylindrical-coordinate representation of color #BBC9EF: hue angle of 223.85º 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 #BBC9EF is Cyan = 0.22, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB187201239-
CMYK0.220.1600.06
HSL223.85º61.9%83.53%-
HSV(B)223.85º21.76%93.73%-
XYZ56.9658.5789.96-
YUV201.15149.36117.91-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.82%
GREEN value IS 201 (78.91% from 255) = 32.06%
BLUE value IS 239 (93.75% from 255) = 38.12%
R=29.82%
G=32.06%
B=38.12%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1872012390.220.1600.06223.8561.983.53
HexBBC9EF161006e03e54
Octal27331135726200634076124
Binary10111011110010011110111110110100000110111000001111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC9EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC9EF; }

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

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

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

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

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

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

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

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