#B9D2FD

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

Shades of Pale Cornflower Blue #B9D2FD

Tints of Pale Cornflower Blue #B9D2FD

Color information

#B9D2FD (or 0xB9D2FD) is unknown color: approx Pale Cornflower Blue. HEX triplet: B9, D2 and FD. RGB value is (185,210,253). Sum of RGB (Red+Green+Blue) = 185+210+253=648 (85% of max value = 765). Red value is 185 (72.66% from 255 or 28.55% from 648); Green value is 210 (82.42% from 255 or 32.41% from 648); Blue value is 253 (99.22% from 255 or 39.04% from 648); Max value from RGB is 253 - color contains mainly: blue. Hex color #B9D2FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9D2FD is #462D02. Grayscale: #CFCFCF. Windows color (decimal): -4599043 or 16634553. OLE color: 16634553.

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

Color convert

RGB185210253-
CMYK0.270.1700.01
HSL217.94º94.44%85.88%-
HSV(B)217.94º26.88%99.22%-
XYZ60.7863.5101.98-
YUV207.43153.72112-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 28.55%
GREEN value IS 210 (82.42% from 255) = 32.41%
BLUE value IS 253 (99.22% from 255) = 39.04%
R=28.55%
G=32.41%
B=39.04%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1852102530.270.1700.01217.9494.4485.88
HexB9D2FD1B1101da5e56
Octal271322375332101332136126
Binary1011100111010010111111011101110001011101101010111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9D2FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9D2FD; }

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

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

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

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

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

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

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

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