Html Css Color HEX #B9D2FF Pale Cornflower Blue

📋 copy color: '#B9D2FF'

red 185 ◦ green 210 ◦ blue 255

#B9D2FF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Cornflower Blue #B9D2FF

Tints of Pale Cornflower Blue #B9D2FF

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 value IS 0.27

 M value IS 0.18

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B9D2FF (or 0xB9D2FF) is known color: 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

RGB 185 210 255 -
CMYK 0.27 0.18 0 0
HSL 218.57º 1% 0.86% -
HSV(B) 218.57º 0.27% 1% -
XYZ 61.1 63.63 103.67 -
YUV 207.66 154.72 111.84 -
System Red Green Blue C M Y K H S L
Decimal 185 210 255 0.27 0.18 0 0 218.57 1 0.86
Hex B9 D2 FF 1B 12 0 0 DB 64 56
Octal 271 322 377 33 22 0 0 333 144 126
Binary 10111001 11010010 11111111 11011 10010 0 0 11011011 1100100 1010110

Color Harmonies of #B9D2FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9D2FF

Black with #B9D2FF

Text Example


Text Example

White with #B9D2FF

Text Example


Text Example

HTML Codes & Css Web 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>