#BBCCFB

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

Shades of Periwinkle #BBCCFB

Tints of Periwinkle #BBCCFB

Color information

#BBCCFB (or 0xBBCCFB) is unknown color: approx Periwinkle. HEX triplet: BB, CC and FB. RGB value is (187,204,251). Sum of RGB (Red+Green+Blue) = 187+204+251=642 (85% of max value = 765). Red value is 187 (73.44% from 255 or 29.13% from 642); Green value is 204 (80.08% from 255 or 31.78% from 642); Blue value is 251 (98.44% from 255 or 39.10% from 642); Max value from RGB is 251 - color contains mainly: blue. Hex color #BBCCFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBCCFB is #443304. Grayscale: #CCCCCC. Windows color (decimal): -4469509 or 16501947. OLE color: 16501947.

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

Color convert

RGB187204251-
CMYK0.250.1900.02
HSL224.06º88.89%85.88%-
HSV(B)224.06º25.5%98.43%-
XYZ59.560.7299.85-
YUV204.28154.37115.68-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.13%
GREEN value IS 204 (80.08% from 255) = 31.78%
BLUE value IS 251 (98.44% from 255) = 39.10%
R=29.13%
G=31.78%
B=39.10%

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
Decimal1872042510.250.1900.02224.0688.8985.88
HexBBCCFB191302e05956
Octal273314373312302340131126
Binary10111011110011001111101111001100110101110000010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCCFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCCFB; }

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

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

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

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

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

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

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

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