Html Css Color HEX #B9DAFE Pale Cornflower Blue

📋 copy color: '#B9DAFE'

red 185 ◦ green 218 ◦ blue 254

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

Shades of Pale Cornflower Blue #B9DAFE

Tints of Pale Cornflower Blue #B9DAFE

RGB

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

 GREEN value IS 218 (85.55% from 255) = 33.18%

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

R = 28.16%
G = 33.18%
B = 38.66%

CMYK

 C value IS 0.27

 M value IS 0.14

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B9DAFE (or 0xB9DAFE) is known color: Pale Cornflower Blue. HEX triplet: B9, DA and FE. RGB value is (185,218,254). Sum of RGB (Red+Green+Blue) = 185+218+254=657 (87% of max value = 765). Red value is 185 (72.66% from 255 or 28.16% from 657); Green value is 218 (85.55% from 255 or 33.18% from 657); Blue value is 254 (99.61% from 255 or 38.66% from 657); Max value from RGB is 254 - color contains mainly: blue. Hex color #B9DAFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9DAFE is #462501. Grayscale: #D4D4D4. Windows color (decimal): -4596994 or 16702137. OLE color: 16702137.

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

Color convert

RGB 185 218 254 -
CMYK 0.27 0.14 0 0.00
HSL 211.3º 0.97% 0.86% -
HSV(B) 211.3º 0.27% 1% -
XYZ 62.97 67.61 103.5 -
YUV 212.24 151.57 108.57 -
System Red Green Blue C M Y K H S L
Decimal 185 218 254 0.27 0.14 0 0.00 211.3 0.97 0.86
Hex B9 DA FE 1B E 0 0 D3 61 56
Octal 271 332 376 33 16 0 0 323 141 126
Binary 10111001 11011010 11111110 11011 1110 0 0 11010011 1100001 1010110

Color Harmonies of #B9DAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9DAFE

Black with #B9DAFE

Text Example


Text Example

White with #B9DAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9DAFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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