Html Css Color HEX #B9D6EC Pale Cornflower Blue

📋 copy color: '#B9D6EC'

red 185 ◦ green 214 ◦ blue 236

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

Shades of Pale Cornflower Blue #B9D6EC

Tints of Pale Cornflower Blue #B9D6EC

RGB

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

 GREEN value IS 214 (83.98% from 255) = 33.7%

 BLUE value IS 236 (92.58% from 255) = 37.17%

R = 29.13%
G = 33.7%
B = 37.17%

CMYK

 C value IS 0.22

 M value IS 0.09

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B9D6EC (or 0xB9D6EC) is known color: Pale Cornflower Blue. HEX triplet: B9, D6 and EC. RGB value is (185,214,236). Sum of RGB (Red+Green+Blue) = 185+214+236=635 (84% of max value = 765). Red value is 185 (72.66% from 255 or 29.13% from 635); Green value is 214 (83.98% from 255 or 33.70% from 635); Blue value is 236 (92.58% from 255 or 37.17% from 635); Max value from RGB is 236 - color contains mainly: blue. Hex color #B9D6EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9D6EC is #462913. Grayscale: #CFCFCF. Windows color (decimal): -4598036 or 15521465. OLE color: 15521465.

HSL color Cylindrical-coordinate representation of color #B9D6EC: hue angle of 205.88º degrees, saturation: 0.57, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B9D6EC is Cyan = 0.22, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 185 214 236 -
CMYK 0.22 0.09 0 0.07
HSL 205.88º 0.57% 0.83% -
HSV(B) 205.88º 0.22% 0.93% -
XYZ 59.19 64.46 88.68 -
YUV 207.84 143.89 111.71 -
System Red Green Blue C M Y K H S L
Decimal 185 214 236 0.22 0.09 0 0.07 205.88 0.57 0.83
Hex B9 D6 EC 16 9 0 7 CE 39 53
Octal 271 326 354 26 11 0 7 316 71 123
Binary 10111001 11010110 11101100 10110 1001 0 111 11001110 111001 1010011

Color Harmonies of #B9D6EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9D6EC

Black with #B9D6EC

Text Example


Text Example

White with #B9D6EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9D6EC; }

 p { color: rgb(185,214,236); }

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

background-color css

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

 a { background-color: rgb(185,214,236); }

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

border-color css

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

 span { border-color: rgb(185,214,236); }

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