#BBE0FE

Color #BBE0FE Pale Cornflower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Cornflower Blue #BBE0FE

Tints of Pale Cornflower Blue #BBE0FE

Color information

#BBE0FE (or 0xBBE0FE) is unknown color: approx Pale Cornflower Blue. HEX triplet: BB, E0 and FE. RGB value is (187,224,254). Sum of RGB (Red+Green+Blue) = 187+224+254=665 (88% of max value = 765). Red value is 187 (73.44% from 255 or 28.12% from 665); Green value is 224 (87.89% from 255 or 33.68% from 665); Blue value is 254 (99.61% from 255 or 38.20% from 665); Max value from RGB is 254 - color contains mainly: blue. Hex color #BBE0FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBE0FE is #441F01. Grayscale: #D8D8D8. Windows color (decimal): -4464386 or 16703675. OLE color: 16703675.

HSL color Cylindrical-coordinate representation of color #BBE0FE: hue angle of 206.87º 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 #BBE0FE is Cyan = 0.26, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB187224254-
CMYK0.260.1200.00
HSL206.87º97.1%86.47%-
HSV(B)206.87º26.38%99.61%-
XYZ65.0471.03104.05-
YUV216.36149.24107.06-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.12%
GREEN value IS 224 (87.89% from 255) = 33.68%
BLUE value IS 254 (99.61% from 255) = 38.20%
R=28.12%
G=33.68%
B=38.20%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1872242540.260.1200.00206.8797.186.47
HexBBE0FE1AC00cf6156
Octal273340376321400317141126
Binary101110111110000011111110110101100001100111111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBE0FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBE0FE; }

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

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

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

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

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

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

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

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