Html Css Color HEX #B9D7FE Pale Cornflower Blue

📋 copy color: '#B9D7FE'

red 185 ◦ green 215 ◦ blue 254

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

Shades of Pale Cornflower Blue #B9D7FE

Tints of Pale Cornflower Blue #B9D7FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 38.84%

R = 28.29%
G = 32.87%
B = 38.84%

CMYK

 C value IS 0.27

 M value IS 0.15

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B9D7FE (or 0xB9D7FE) is known color: Pale Cornflower Blue. HEX triplet: B9, D7 and FE. RGB value is (185,215,254). Sum of RGB (Red+Green+Blue) = 185+215+254=654 (86% of max value = 765). Red value is 185 (72.66% from 255 or 28.29% from 654); Green value is 215 (84.38% from 255 or 32.87% from 654); Blue value is 254 (99.61% from 255 or 38.84% from 654); Max value from RGB is 254 - color contains mainly: blue. Hex color #B9D7FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9D7FE is #462801. Grayscale: #D2D2D2. Windows color (decimal): -4597762 or 16701369. OLE color: 16701369.

HSL color Cylindrical-coordinate representation of color #B9D7FE: hue angle of 213.91º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B9D7FE is Cyan = 0.27, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 185 215 254 -
CMYK 0.27 0.15 0 0.00
HSL 213.91º 0.97% 0.86% -
HSV(B) 213.91º 0.27% 1% -
XYZ 62.2 66.07 103.24 -
YUV 210.48 152.56 109.83 -
System Red Green Blue C M Y K H S L
Decimal 185 215 254 0.27 0.15 0 0.00 213.91 0.97 0.86
Hex B9 D7 FE 1B F 0 0 D6 61 56
Octal 271 327 376 33 17 0 0 326 141 126
Binary 10111001 11010111 11111110 11011 1111 0 0 11010110 1100001 1010110

Color Harmonies of #B9D7FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9D7FE

Black with #B9D7FE

Text Example


Text Example

White with #B9D7FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9D7FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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