#B6D9FE

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

Shades of Pale Cornflower Blue #B6D9FE

Tints of Pale Cornflower Blue #B6D9FE

Color information

#B6D9FE (or 0xB6D9FE) is unknown color: approx Pale Cornflower Blue. HEX triplet: B6, D9 and FE. RGB value is (182,217,254). Sum of RGB (Red+Green+Blue) = 182+217+254=653 (86% of max value = 765). Red value is 182 (71.48% from 255 or 27.87% from 653); Green value is 217 (85.16% from 255 or 33.23% from 653); Blue value is 254 (99.61% from 255 or 38.90% from 653); Max value from RGB is 254 - color contains mainly: blue. Hex color #B6D9FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B6D9FE is #492601. Grayscale: #D2D2D2. Windows color (decimal): -4793858 or 16701878. OLE color: 16701878.

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

Color convert

RGB182217254-
CMYK0.280.1500.00
HSL210.83º97.3%85.49%-
HSV(B)210.83º28.35%99.61%-
XYZ61.9966.73103.38-
YUV210.75152.4107.49-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 27.87%
GREEN value IS 217 (85.16% from 255) = 33.23%
BLUE value IS 254 (99.61% from 255) = 38.90%
R=27.87%
G=33.23%
B=38.90%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1822172540.280.1500.00210.8397.385.49
HexB6D9FE1CF00d36155
Octal266331376341700323141125
Binary101101101101100111111110111001111001101001111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6D9FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6D9FE; }

 p { color: rgb(182,217,254); }

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

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

 a { background-color: rgb(182,217,254); }

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

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

 span { border-color: rgb(182,217,254); }

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