#BBC9F9

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

Shades of Periwinkle #BBC9F9

Tints of Periwinkle #BBC9F9

Color information

#BBC9F9 (or 0xBBC9F9) is unknown color: approx Periwinkle. HEX triplet: BB, C9 and F9. RGB value is (187,201,249). Sum of RGB (Red+Green+Blue) = 187+201+249=637 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.36% from 637); Green value is 201 (78.91% from 255 or 31.55% from 637); Blue value is 249 (97.66% from 255 or 39.09% from 637); Max value from RGB is 249 - color contains mainly: blue. Hex color #BBC9F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBC9F9 is #443606. Grayscale: #CACACA. Windows color (decimal): -4470279 or 16370107. OLE color: 16370107.

HSL color Cylindrical-coordinate representation of color #BBC9F9: hue angle of 226.45º degrees, saturation: 0.84, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBC9F9 is Cyan = 0.25, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB187201249-
CMYK0.250.1900.02
HSL226.45º83.78%85.49%-
HSV(B)226.45º24.9%97.65%-
XYZ58.4859.1897.96-
YUV202.29154.36117.1-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.36%
GREEN value IS 201 (78.91% from 255) = 31.55%
BLUE value IS 249 (97.66% from 255) = 39.09%
R=29.36%
G=31.55%
B=39.09%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1872012490.250.1900.02226.4583.7885.49
HexBBC9F9191302e25455
Octal273311371312302342124125
Binary10111011110010011111100111001100110101110001010101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC9F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC9F9; }

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

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

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

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

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

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

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

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