#b6d2f0

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

Shades of Pale Cornflower Blue #B6D2F0

Tints of Pale Cornflower Blue #B6D2F0

Color information

#B6D2F0 (or 0xB6D2F0) is unknown color: approx Pale Cornflower Blue. HEX triplet: B6, D2 and F0. RGB value is (182,210,240). Sum of RGB (Red+Green+Blue) = 182+210+240=632 (83% of max value = 765). Red value is 182 (71.48% from 255 or 28.80% from 632); Green value is 210 (82.42% from 255 or 33.23% from 632); Blue value is 240 (94.14% from 255 or 37.97% from 632); Max value from RGB is 240 - color contains mainly: blue. Hex color #B6D2F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B6D2F0 is #492D0F. Grayscale: #CCCCCC. Windows color (decimal): -4795664 or 15782582. OLE color: 15782582.

HSL color Cylindrical-coordinate representation of color #B6D2F0: hue angle of 211.03º degrees, saturation: 0.66, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B6D2F0 is Cyan = 0.24, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB182210240-
CMYK0.240.1200.06
HSL211.03º65.91%82.75%-
HSV(B)211.03º24.17%94.12%-
XYZ58.0762.3391.41-
YUV205.05147.72111.56-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 28.80%
GREEN value IS 210 (82.42% from 255) = 33.23%
BLUE value IS 240 (94.14% from 255) = 37.97%
R=28.80%
G=33.23%
B=37.97%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1822102400.240.1200.06211.0365.9182.75
HexB6D2F018C06d34253
Octal266322360301406323102123
Binary10110110110100101111000011000110001101101001110000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b6d2f0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b6d2f0; }

 p { color: rgb(182,210,240); }

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

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

 a { background-color: rgb(182,210,240); }

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

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

 span { border-color: rgb(182,210,240); }

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