Html Css Color HEX #B9DDE5 Powder Blue

📋 copy color: '#B9DDE5'

red 185 ◦ green 221 ◦ blue 229

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

Shades of Powder Blue #B9DDE5

Tints of Powder Blue #B9DDE5

RGB

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

 GREEN value IS 221 (86.72% from 255) = 34.8%

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

R = 29.13%
G = 34.8%
B = 36.06%

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

#B9DDE5 (or 0xB9DDE5) is known color: Powder Blue. HEX triplet: B9, DD and E5. RGB value is (185,221,229). Sum of RGB (Red+Green+Blue) = 185+221+229=635 (84% of max value = 765). Red value is 185 (72.66% from 255 or 29.13% from 635); Green value is 221 (86.72% from 255 or 34.80% from 635); Blue value is 229 (89.84% from 255 or 36.06% from 635); Max value from RGB is 229 - color contains mainly: blue. Hex color #B9DDE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9DDE5 is #46221A. Grayscale: #D3D3D3. Windows color (decimal): -4596251 or 15064505. OLE color: 15064505.

HSL color Cylindrical-coordinate representation of color #B9DDE5: hue angle of 190.91º 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 #B9DDE5 is Cyan = 0.19, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 185 221 229 -
CMYK 0.19 0.03 0 0.10
HSL 190.91º 0.46% 0.81% -
HSV(B) 190.91º 0.19% 0.9% -
XYZ 60.01 67.68 84.03 -
YUV 211.15 138.07 109.35 -
System Red Green Blue C M Y K H S L
Decimal 185 221 229 0.19 0.03 0 0.10 190.91 0.46 0.81
Hex B9 DD E5 13 3 0 A BF 2E 51
Octal 271 335 345 23 3 0 12 277 56 121
Binary 10111001 11011101 11100101 10011 11 0 1010 10111111 101110 1010001

Color Harmonies of #B9DDE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9DDE5

Black with #B9DDE5

Text Example


Text Example

White with #B9DDE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9DDE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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