Html Css Color HEX #B9D3EC Pale Cornflower Blue

📋 copy color: '#B9D3EC'

red 185 ◦ green 211 ◦ blue 236

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

Shades of Pale Cornflower Blue #B9D3EC

Tints of Pale Cornflower Blue #B9D3EC

RGB

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

 GREEN value IS 211 (82.81% from 255) = 33.39%

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

R = 29.27%
G = 33.39%
B = 37.34%

CMYK

 C value IS 0.22

 M value IS 0.11

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B9D3EC (or 0xB9D3EC) is known color: Pale Cornflower Blue. HEX triplet: B9, D3 and EC. RGB value is (185,211,236). Sum of RGB (Red+Green+Blue) = 185+211+236=632 (83% of max value = 765). Red value is 185 (72.66% from 255 or 29.27% from 632); Green value is 211 (82.81% from 255 or 33.39% from 632); Blue value is 236 (92.58% from 255 or 37.34% from 632); Max value from RGB is 236 - color contains mainly: blue. Hex color #B9D3EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9D3EC is #462C13. Grayscale: #CDCDCD. Windows color (decimal): -4598804 or 15520697. OLE color: 15520697.

HSL color Cylindrical-coordinate representation of color #B9D3EC: hue angle of 209.41º 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 #B9D3EC is Cyan = 0.22, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 185 211 236 -
CMYK 0.22 0.11 0 0.07
HSL 209.41º 0.57% 0.83% -
HSV(B) 209.41º 0.22% 0.93% -
XYZ 58.44 62.96 88.43 -
YUV 206.08 144.89 112.97 -
System Red Green Blue C M Y K H S L
Decimal 185 211 236 0.22 0.11 0 0.07 209.41 0.57 0.83
Hex B9 D3 EC 16 B 0 7 D1 39 53
Octal 271 323 354 26 13 0 7 321 71 123
Binary 10111001 11010011 11101100 10110 1011 0 111 11010001 111001 1010011

Color Harmonies of #B9D3EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9D3EC

Black with #B9D3EC

Text Example


Text Example

White with #B9D3EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9D3EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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