Html Css Color HEX #B9DBF5 Pale Cornflower Blue

📋 copy color: '#B9DBF5'

red 185 ◦ green 219 ◦ blue 245

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

Shades of Pale Cornflower Blue #B9DBF5

Tints of Pale Cornflower Blue #B9DBF5

RGB

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

 GREEN value IS 219 (85.94% from 255) = 33.74%

 BLUE value IS 245 (96.09% from 255) = 37.75%

R = 28.51%
G = 33.74%
B = 37.75%

CMYK

 C value IS 0.24

 M value IS 0.11

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B9DBF5 (or 0xB9DBF5) is known color: Pale Cornflower Blue. HEX triplet: B9, DB and F5. RGB value is (185,219,245). Sum of RGB (Red+Green+Blue) = 185+219+245=649 (85% of max value = 765). Red value is 185 (72.66% from 255 or 28.51% from 649); Green value is 219 (85.94% from 255 or 33.74% from 649); Blue value is 245 (96.09% from 255 or 37.75% from 649); Max value from RGB is 245 - color contains mainly: blue. Hex color #B9DBF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9DBF5 is #46240A. Grayscale: #D3D3D3. Windows color (decimal): -4596747 or 16112569. OLE color: 16112569.

HSL color Cylindrical-coordinate representation of color #B9DBF5: hue angle of 206º degrees, saturation: 0.75, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B9DBF5 is Cyan = 0.24, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 185 219 245 -
CMYK 0.24 0.11 0 0.04
HSL 206º 0.75% 0.84% -
HSV(B) 206º 0.24% 0.96% -
XYZ 61.82 67.57 96.17 -
YUV 211.8 146.74 108.89 -
System Red Green Blue C M Y K H S L
Decimal 185 219 245 0.24 0.11 0 0.04 206 0.75 0.84
Hex B9 DB F5 18 B 0 4 CE 4B 54
Octal 271 333 365 30 13 0 4 316 113 124
Binary 10111001 11011011 11110101 11000 1011 0 100 11001110 1001011 1010100

Color Harmonies of #B9DBF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9DBF5

Black with #B9DBF5

Text Example


Text Example

White with #B9DBF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9DBF5; }

 p { color: rgb(185,219,245); }

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

background-color css

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

 a { background-color: rgb(185,219,245); }

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

border-color css

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

 span { border-color: rgb(185,219,245); }

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