Html Css Color HEX #B9D2F9 Pale Cornflower Blue

📋 copy color: '#B9D2F9'

red 185 ◦ green 210 ◦ blue 249

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

Shades of Pale Cornflower Blue #B9D2F9

Tints of Pale Cornflower Blue #B9D2F9

RGB

 RED value IS 185 (72.66% from 255) = 28.73%

 GREEN value IS 210 (82.42% from 255) = 32.61%

 BLUE value IS 249 (97.66% from 255) = 38.66%

R = 28.73%
G = 32.61%
B = 38.66%

CMYK

 C value IS 0.26

 M value IS 0.16

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B9D2F9 (or 0xB9D2F9) is known color: Pale Cornflower Blue. HEX triplet: B9, D2 and F9. RGB value is (185,210,249). Sum of RGB (Red+Green+Blue) = 185+210+249=644 (85% of max value = 765). Red value is 185 (72.66% from 255 or 28.73% from 644); Green value is 210 (82.42% from 255 or 32.61% from 644); Blue value is 249 (97.66% from 255 or 38.66% from 644); Max value from RGB is 249 - color contains mainly: blue. Hex color #B9D2F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9D2F9 is #462D06. Grayscale: #CECECE. Windows color (decimal): -4599047 or 16372409. OLE color: 16372409.

HSL color Cylindrical-coordinate representation of color #B9D2F9: hue angle of 216.56º degrees, saturation: 0.84, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B9D2F9 is Cyan = 0.26, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 185 210 249 -
CMYK 0.26 0.16 0 0.02
HSL 216.56º 0.84% 0.85% -
HSV(B) 216.56º 0.26% 0.98% -
XYZ 60.15 63.25 98.66 -
YUV 206.97 151.72 112.33 -
System Red Green Blue C M Y K H S L
Decimal 185 210 249 0.26 0.16 0 0.02 216.56 0.84 0.85
Hex B9 D2 F9 1A 10 0 2 D9 54 55
Octal 271 322 371 32 20 0 2 331 124 125
Binary 10111001 11010010 11111001 11010 10000 0 10 11011001 1010100 1010101

Color Harmonies of #B9D2F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9D2F9

Black with #B9D2F9

Text Example


Text Example

White with #B9D2F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9D2F9; }

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

 H1.HeaderClassName
 {
   color: #B9D2F9;
 }
 .AnyTagClassName
 {
   color: #B9D2F9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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