#BBDFFE

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

Shades of Pale Cornflower Blue #BBDFFE

Tints of Pale Cornflower Blue #BBDFFE

Color information

#BBDFFE (or 0xBBDFFE) is unknown color: approx Pale Cornflower Blue. HEX triplet: BB, DF and FE. RGB value is (187,223,254). Sum of RGB (Red+Green+Blue) = 187+223+254=664 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.16% from 664); Green value is 223 (87.5% from 255 or 33.58% from 664); Blue value is 254 (99.61% from 255 or 38.25% from 664); Max value from RGB is 254 - color contains mainly: blue. Hex color #BBDFFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBDFFE is #442001. Grayscale: #D7D7D7. Windows color (decimal): -4464642 or 16703419. OLE color: 16703419.

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

Color convert

RGB187223254-
CMYK0.260.1200.00
HSL207.76º97.1%86.47%-
HSV(B)207.76º26.38%99.61%-
XYZ64.7770.5103.96-
YUV215.77149.57107.48-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.16%
GREEN value IS 223 (87.5% from 255) = 33.58%
BLUE value IS 254 (99.61% from 255) = 38.25%
R=28.16%
G=33.58%
B=38.25%

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
Decimal1872232540.260.1200.00207.7697.186.47
HexBBDFFE1AC00d06156
Octal273337376321400320141126
Binary101110111101111111111110110101100001101000011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDFFE; }

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

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

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

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

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

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

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

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