Html Css Color HEX #B9DFE5 Powder Blue

📋 copy color: '#B9DFE5'

red 185 ◦ green 223 ◦ blue 229

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

Shades of Powder Blue #B9DFE5

Tints of Powder Blue #B9DFE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 35.95%

R = 29.04%
G = 35.01%
B = 35.95%

CMYK

 C value IS 0.19

 M value IS 0.03

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B9DFE5 (or 0xB9DFE5) is known color: Powder Blue. HEX triplet: B9, DF and E5. RGB value is (185,223,229). Sum of RGB (Red+Green+Blue) = 185+223+229=637 (84% of max value = 765). Red value is 185 (72.66% from 255 or 29.04% from 637); Green value is 223 (87.5% from 255 or 35.01% from 637); Blue value is 229 (89.84% from 255 or 35.95% from 637); Max value from RGB is 229 - color contains mainly: blue. Hex color #B9DFE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9DFE5 is #46201A. Grayscale: #D4D4D4. Windows color (decimal): -4595739 or 15065017. OLE color: 15065017.

HSL color Cylindrical-coordinate representation of color #B9DFE5: hue angle of 188.18º degrees, saturation: 0.46, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B9DFE5 is Cyan = 0.19, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 185 223 229 -
CMYK 0.19 0.03 0 0.10
HSL 188.18º 0.46% 0.81% -
HSV(B) 188.18º 0.19% 0.9% -
XYZ 60.54 68.75 84.21 -
YUV 212.32 137.41 108.51 -
System Red Green Blue C M Y K H S L
Decimal 185 223 229 0.19 0.03 0 0.10 188.18 0.46 0.81
Hex B9 DF E5 13 3 0 A BC 2E 51
Octal 271 337 345 23 3 0 12 274 56 121
Binary 10111001 11011111 11100101 10011 11 0 1010 10111100 101110 1010001

Color Harmonies of #B9DFE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9DFE5

Black with #B9DFE5

Text Example


Text Example

White with #B9DFE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9DFE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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