Html Css Color HEX #B9D9FE Pale Cornflower Blue

📋 copy color: '#B9D9FE'

red 185 ◦ green 217 ◦ blue 254

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

Shades of Pale Cornflower Blue #B9D9FE

Tints of Pale Cornflower Blue #B9D9FE

RGB

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

 GREEN value IS 217 (85.16% from 255) = 33.08%

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

R = 28.2%
G = 33.08%
B = 38.72%

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

#B9D9FE (or 0xB9D9FE) is known color: Pale Cornflower Blue. HEX triplet: B9, D9 and FE. RGB value is (185,217,254). Sum of RGB (Red+Green+Blue) = 185+217+254=656 (86% of max value = 765). Red value is 185 (72.66% from 255 or 28.20% from 656); Green value is 217 (85.16% from 255 or 33.08% from 656); Blue value is 254 (99.61% from 255 or 38.72% from 656); Max value from RGB is 254 - color contains mainly: blue. Hex color #B9D9FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9D9FE is #462601. Grayscale: #D3D3D3. Windows color (decimal): -4597250 or 16701881. OLE color: 16701881.

HSL color Cylindrical-coordinate representation of color #B9D9FE: hue angle of 212.17º 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 #B9D9FE is Cyan = 0.27, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 185 217 254 -
CMYK 0.27 0.15 0 0.00
HSL 212.17º 0.97% 0.86% -
HSV(B) 212.17º 0.27% 1% -
XYZ 62.71 67.1 103.41 -
YUV 211.65 151.9 108.99 -
System Red Green Blue C M Y K H S L
Decimal 185 217 254 0.27 0.15 0 0.00 212.17 0.97 0.86
Hex B9 D9 FE 1B F 0 0 D4 61 56
Octal 271 331 376 33 17 0 0 324 141 126
Binary 10111001 11011001 11111110 11011 1111 0 0 11010100 1100001 1010110

Color Harmonies of #B9D9FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9D9FE

Black with #B9D9FE

Text Example


Text Example

White with #B9D9FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9D9FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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