Html Css Color HEX #B9D7EE Pale Cornflower Blue

📋 copy color: '#B9D7EE'

red 185 ◦ green 215 ◦ blue 238

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

Shades of Pale Cornflower Blue #B9D7EE

Tints of Pale Cornflower Blue #B9D7EE

RGB

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

 GREEN value IS 215 (84.38% from 255) = 33.7%

 BLUE value IS 238 (93.36% from 255) = 37.3%

R = 29%
G = 33.7%
B = 37.3%

CMYK

 C value IS 0.22

 M value IS 0.10

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B9D7EE (or 0xB9D7EE) is known color: Pale Cornflower Blue. HEX triplet: B9, D7 and EE. RGB value is (185,215,238). Sum of RGB (Red+Green+Blue) = 185+215+238=638 (84% of max value = 765). Red value is 185 (72.66% from 255 or 29.00% from 638); Green value is 215 (84.38% from 255 or 33.70% from 638); Blue value is 238 (93.36% from 255 or 37.30% from 638); Max value from RGB is 238 - color contains mainly: blue. Hex color #B9D7EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9D7EE is #462811. Grayscale: #D0D0D0. Windows color (decimal): -4597778 or 15652793. OLE color: 15652793.

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

Color convert

RGB 185 215 238 -
CMYK 0.22 0.10 0 0.07
HSL 206.04º 0.61% 0.83% -
HSV(B) 206.04º 0.22% 0.93% -
XYZ 59.74 65.09 90.3 -
YUV 208.65 144.56 111.13 -
System Red Green Blue C M Y K H S L
Decimal 185 215 238 0.22 0.10 0 0.07 206.04 0.61 0.83
Hex B9 D7 EE 16 A 0 7 CE 3D 53
Octal 271 327 356 26 12 0 7 316 75 123
Binary 10111001 11010111 11101110 10110 1010 0 111 11001110 111101 1010011

Color Harmonies of #B9D7EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9D7EE

Black with #B9D7EE

Text Example


Text Example

White with #B9D7EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9D7EE; }

 p { color: rgb(185,215,238); }

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

background-color css

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

 a { background-color: rgb(185,215,238); }

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

border-color css

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

 span { border-color: rgb(185,215,238); }

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