#BBCEFE

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

Shades of Periwinkle #BBCEFE

Tints of Periwinkle #BBCEFE

Color information

#BBCEFE (or 0xBBCEFE) is unknown color: approx Periwinkle. HEX triplet: BB, CE and FE. RGB value is (187,206,254). Sum of RGB (Red+Green+Blue) = 187+206+254=647 (85% of max value = 765). Red value is 187 (73.44% from 255 or 28.90% from 647); Green value is 206 (80.86% from 255 or 31.84% from 647); Blue value is 254 (99.61% from 255 or 39.26% from 647); Max value from RGB is 254 - color contains mainly: blue. Hex color #BBCEFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBCEFE is #443101. Grayscale: #CDCDCD. Windows color (decimal): -4468994 or 16699067. OLE color: 16699067.

HSL color Cylindrical-coordinate representation of color #BBCEFE: hue angle of 222.99º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBCEFE is Cyan = 0.26, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB187206254-
CMYK0.260.1900.00
HSL222.99º97.1%86.47%-
HSV(B)222.99º26.38%99.61%-
XYZ60.4561.86102.52-
YUV205.79155.21114.6-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.90%
GREEN value IS 206 (80.86% from 255) = 31.84%
BLUE value IS 254 (99.61% from 255) = 39.26%
R=28.90%
G=31.84%
B=39.26%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1872062540.260.1900.00222.9997.186.47
HexBBCEFE1A1300df6156
Octal273316376322300337141126
Binary1011101111001110111111101101010011001101111111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCEFE; }

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

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

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

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

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

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

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

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