Html Css Color HEX #B9DFFE Pale Cornflower Blue

📋 copy color: '#B9DFFE'

red 185 ◦ green 223 ◦ blue 254

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

Shades of Pale Cornflower Blue #B9DFFE

Tints of Pale Cornflower Blue #B9DFFE

RGB

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

 GREEN value IS 223 (87.5% from 255) = 33.69%

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

R = 27.95%
G = 33.69%
B = 38.37%

CMYK

 C value IS 0.27

 M value IS 0.12

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B9DFFE (or 0xB9DFFE) is known color: Pale Cornflower Blue. HEX triplet: B9, DF and FE. RGB value is (185,223,254). Sum of RGB (Red+Green+Blue) = 185+223+254=662 (87% of max value = 765). Red value is 185 (72.66% from 255 or 27.95% from 662); Green value is 223 (87.5% from 255 or 33.69% from 662); Blue value is 254 (99.61% from 255 or 38.37% from 662); Max value from RGB is 254 - color contains mainly: blue. Hex color #B9DFFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9DFFE is #462001. Grayscale: #D7D7D7. Windows color (decimal): -4595714 or 16703417. OLE color: 16703417.

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

Color convert

RGB 185 223 254 -
CMYK 0.27 0.12 0 0.00
HSL 206.96º 0.97% 0.86% -
HSV(B) 206.96º 0.27% 1% -
XYZ 64.28 70.25 103.94 -
YUV 215.17 149.91 106.48 -
System Red Green Blue C M Y K H S L
Decimal 185 223 254 0.27 0.12 0 0.00 206.96 0.97 0.86
Hex B9 DF FE 1B C 0 0 CF 61 56
Octal 271 337 376 33 14 0 0 317 141 126
Binary 10111001 11011111 11111110 11011 1100 0 0 11001111 1100001 1010110

Color Harmonies of #B9DFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9DFFE

Black with #B9DFFE

Text Example


Text Example

White with #B9DFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9DFFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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