Html Css Color HEX #B9DFF8 Pale Cornflower Blue

📋 copy color: '#B9DFF8'

red 185 ◦ green 223 ◦ blue 248

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

Shades of Pale Cornflower Blue #B9DFF8

Tints of Pale Cornflower Blue #B9DFF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 37.8%

R = 28.2%
G = 33.99%
B = 37.8%

CMYK

 C value IS 0.25

 M value IS 0.10

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#B9DFF8 (or 0xB9DFF8) is known color: Pale Cornflower Blue. HEX triplet: B9, DF and F8. RGB value is (185,223,248). Sum of RGB (Red+Green+Blue) = 185+223+248=656 (86% of max value = 765). Red value is 185 (72.66% from 255 or 28.20% from 656); Green value is 223 (87.5% from 255 or 33.99% from 656); Blue value is 248 (97.27% from 255 or 37.80% from 656); Max value from RGB is 248 - color contains mainly: blue. Hex color #B9DFF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9DFF8 is #462007. Grayscale: #D6D6D6. Windows color (decimal): -4595720 or 16310201. OLE color: 16310201.

HSL color Cylindrical-coordinate representation of color #B9DFF8: hue angle of 203.81º degrees, saturation: 0.82, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B9DFF8 is Cyan = 0.25, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 185 223 248 -
CMYK 0.25 0.10 0 0.03
HSL 203.81º 0.82% 0.85% -
HSV(B) 203.81º 0.25% 0.97% -
XYZ 63.34 69.87 98.95 -
YUV 214.49 146.91 106.97 -
System Red Green Blue C M Y K H S L
Decimal 185 223 248 0.25 0.10 0 0.03 203.81 0.82 0.85
Hex B9 DF F8 19 A 0 3 CC 52 55
Octal 271 337 370 31 12 0 3 314 122 125
Binary 10111001 11011111 11111000 11001 1010 0 11 11001100 1010010 1010101

Color Harmonies of #B9DFF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9DFF8

Black with #B9DFF8

Text Example


Text Example

White with #B9DFF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9DFF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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