#BBCFEC

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

Shades of Periwinkle #BBCFEC

Tints of Periwinkle #BBCFEC

Color information

#BBCFEC (or 0xBBCFEC) is unknown color: approx Periwinkle. HEX triplet: BB, CF and EC. RGB value is (187,207,236). Sum of RGB (Red+Green+Blue) = 187+207+236=630 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.68% from 630); Green value is 207 (81.25% from 255 or 32.86% from 630); Blue value is 236 (92.58% from 255 or 37.46% from 630); Max value from RGB is 236 - color contains mainly: blue. Hex color #BBCFEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBCFEC is #443013. Grayscale: #CCCCCC. Windows color (decimal): -4468756 or 15519675. OLE color: 15519675.

HSL color Cylindrical-coordinate representation of color #BBCFEC: hue angle of 215.51º degrees, saturation: 0.56, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BBCFEC is Cyan = 0.21, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB187207236-
CMYK0.210.1200.07
HSL215.51º56.32%82.94%-
HSV(B)215.51º20.76%92.55%-
XYZ57.9561.2588.12-
YUV204.33145.87115.64-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.68%
GREEN value IS 207 (81.25% from 255) = 32.86%
BLUE value IS 236 (92.58% from 255) = 37.46%
R=29.68%
G=32.86%
B=37.46%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1872072360.210.1200.07215.5156.3282.94
HexBBCFEC15C07d83853
Octal27331735425140733070123
Binary1011101111001111111011001010111000111110110001110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCFEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCFEC; }

 p { color: rgb(187,207,236); }

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

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

 a { background-color: rgb(187,207,236); }

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

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

 span { border-color: rgb(187,207,236); }

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