#B9D2FF

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

Shades of Pale Cornflower Blue #B9D2FF

Tints of Pale Cornflower Blue #B9D2FF

Color information

#B9D2FF (or 0xB9D2FF) is unknown color: approx Pale Cornflower Blue. HEX triplet: B9, D2 and FF. RGB value is (185,210,255). Sum of RGB (Red+Green+Blue) = 185+210+255=650 (86% of max value = 765). Red value is 185 (72.66% from 255 or 28.46% from 650); Green value is 210 (82.42% from 255 or 32.31% from 650); Blue value is 255 (100% from 255 or 39.23% from 650); Max value from RGB is 255 - color contains mainly: blue. Hex color #B9D2FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9D2FF is #462D00. Grayscale: #CFCFCF. Windows color (decimal): -4599041 or 16765625. OLE color: 16765625.

HSL color Cylindrical-coordinate representation of color #B9D2FF: hue angle of 218.57º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B9D2FF is Cyan = 0.27, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB185210255-
CMYK0.270.1800
HSL218.57º100%86.27%-
HSV(B)218.57º27.45%100%-
XYZ61.163.63103.67-
YUV207.65154.72111.84-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 28.46%
GREEN value IS 210 (82.42% from 255) = 32.31%
BLUE value IS 255 (100% from 255) = 39.23%
R=28.46%
G=32.31%
B=39.23%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1852102550.270.1800218.5710086.27
HexB9D2FF1B1200db6456
Octal271322377332200333144126
Binary1011100111010010111111111101110010001101101111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9D2FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9D2FF; }

 p { color: rgb(185,210,255); }

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

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

 a { background-color: rgb(185,210,255); }

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

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

 span { border-color: rgb(185,210,255); }

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