#BBCEF5

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

Shades of Periwinkle #BBCEF5

Tints of Periwinkle #BBCEF5

Color information

#BBCEF5 (or 0xBBCEF5) is unknown color: approx Periwinkle. HEX triplet: BB, CE and F5. RGB value is (187,206,245). Sum of RGB (Red+Green+Blue) = 187+206+245=638 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.31% from 638); Green value is 206 (80.86% from 255 or 32.29% from 638); Blue value is 245 (96.09% from 255 or 38.40% from 638); Max value from RGB is 245 - color contains mainly: blue. Hex color #BBCEF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBCEF5 is #44310A. Grayscale: #CCCCCC. Windows color (decimal): -4469003 or 16109243. OLE color: 16109243.

HSL color Cylindrical-coordinate representation of color #BBCEF5: hue angle of 220.34º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BBCEF5 is Cyan = 0.24, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB187206245-
CMYK0.240.1600.04
HSL220.34º74.36%84.71%-
HSV(B)220.34º23.67%96.08%-
XYZ59.0561.395.11-
YUV204.76150.71115.33-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.31%
GREEN value IS 206 (80.86% from 255) = 32.29%
BLUE value IS 245 (96.09% from 255) = 38.40%
R=29.31%
G=32.29%
B=38.40%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1872062450.240.1600.04220.3474.3684.71
HexBBCEF5181004dc4a55
Octal273316365302004334112125
Binary101110111100111011110101110001000001001101110010010101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCEF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCEF5; }

 p { color: rgb(187,206,245); }

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

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

 a { background-color: rgb(187,206,245); }

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

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

 span { border-color: rgb(187,206,245); }

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