Html Css Color HEX #B9D4EF Pale Cornflower Blue

📋 copy color: '#B9D4EF'

red 185 ◦ green 212 ◦ blue 239

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

Shades of Pale Cornflower Blue #B9D4EF

Tints of Pale Cornflower Blue #B9D4EF

RGB

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

 GREEN value IS 212 (83.2% from 255) = 33.33%

 BLUE value IS 239 (93.75% from 255) = 37.58%

R = 29.09%
G = 33.33%
B = 37.58%

CMYK

 C value IS 0.23

 M value IS 0.11

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B9D4EF (or 0xB9D4EF) is known color: Pale Cornflower Blue. HEX triplet: B9, D4 and EF. RGB value is (185,212,239). Sum of RGB (Red+Green+Blue) = 185+212+239=636 (84% of max value = 765). Red value is 185 (72.66% from 255 or 29.09% from 636); Green value is 212 (83.20% from 255 or 33.33% from 636); Blue value is 239 (93.75% from 255 or 37.58% from 636); Max value from RGB is 239 - color contains mainly: blue. Hex color #B9D4EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9D4EF is #462B10. Grayscale: #CECECE. Windows color (decimal): -4598545 or 15717561. OLE color: 15717561.

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

Color convert

RGB 185 212 239 -
CMYK 0.23 0.11 0 0.06
HSL 210º 0.63% 0.83% -
HSV(B) 210º 0.23% 0.94% -
XYZ 59.13 63.63 90.83 -
YUV 207.01 146.05 112.3 -
System Red Green Blue C M Y K H S L
Decimal 185 212 239 0.23 0.11 0 0.06 210 0.63 0.83
Hex B9 D4 EF 17 B 0 6 D2 3F 53
Octal 271 324 357 27 13 0 6 322 77 123
Binary 10111001 11010100 11101111 10111 1011 0 110 11010010 111111 1010011

Color Harmonies of #B9D4EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9D4EF

Black with #B9D4EF

Text Example


Text Example

White with #B9D4EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9D4EF; }

 p { color: rgb(185,212,239); }

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

background-color css

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

 a { background-color: rgb(185,212,239); }

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

border-color css

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

 span { border-color: rgb(185,212,239); }

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