#BBD6FE

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

Shades of Pale Cornflower Blue #BBD6FE

Tints of Pale Cornflower Blue #BBD6FE

Color information

#BBD6FE (or 0xBBD6FE) is unknown color: approx Pale Cornflower Blue. HEX triplet: BB, D6 and FE. RGB value is (187,214,254). Sum of RGB (Red+Green+Blue) = 187+214+254=655 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.55% from 655); Green value is 214 (83.98% from 255 or 32.67% from 655); Blue value is 254 (99.61% from 255 or 38.78% from 655); Max value from RGB is 254 - color contains mainly: blue. Hex color #BBD6FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBD6FE is #442901. Grayscale: #D2D2D2. Windows color (decimal): -4466946 or 16701115. OLE color: 16701115.

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

Color convert

RGB187214254-
CMYK0.260.1600.00
HSL215.82º97.1%86.47%-
HSV(B)215.82º26.38%99.61%-
XYZ62.4365.81103.18-
YUV210.49152.55111.25-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.55%
GREEN value IS 214 (83.98% from 255) = 32.67%
BLUE value IS 254 (99.61% from 255) = 38.78%
R=28.55%
G=32.67%
B=38.78%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1872142540.260.1600.00215.8297.186.47
HexBBD6FE1A1000d86156
Octal273326376322000330141126
Binary1011101111010110111111101101010000001101100011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD6FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD6FE; }

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

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

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

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

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

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

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

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