#BBCCF9

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

Shades of Periwinkle #BBCCF9

Tints of Periwinkle #BBCCF9

Color information

#BBCCF9 (or 0xBBCCF9) is unknown color: approx Periwinkle. HEX triplet: BB, CC and F9. RGB value is (187,204,249). Sum of RGB (Red+Green+Blue) = 187+204+249=640 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.22% from 640); Green value is 204 (80.08% from 255 or 31.88% from 640); Blue value is 249 (97.66% from 255 or 38.91% from 640); Max value from RGB is 249 - color contains mainly: blue. Hex color #BBCCF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBCCF9 is #443306. Grayscale: #CBCBCB. Windows color (decimal): -4469511 or 16370875. OLE color: 16370875.

HSL color Cylindrical-coordinate representation of color #BBCCF9: hue angle of 223.55º 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 #BBCCF9 is Cyan = 0.25, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB187204249-
CMYK0.250.1800.02
HSL223.55º83.78%85.49%-
HSV(B)223.55º24.9%97.65%-
XYZ59.1960.5998.2-
YUV204.05153.37115.84-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.22%
GREEN value IS 204 (80.08% from 255) = 31.88%
BLUE value IS 249 (97.66% from 255) = 38.91%
R=29.22%
G=31.88%
B=38.91%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1872042490.250.1800.02223.5583.7885.49
HexBBCCF9191202e05455
Octal273314371312202340124125
Binary10111011110011001111100111001100100101110000010101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCCF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCCF9; }

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

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

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

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

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

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

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

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