Html Css Color HEX #B9DDDE Powder Blue

📋 copy color: '#B9DDDE'

red 185 ◦ green 221 ◦ blue 222

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

Shades of Powder Blue #B9DDDE

Tints of Powder Blue #B9DDDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 35.35%

R = 29.46%
G = 35.19%
B = 35.35%

CMYK

 C value IS 0.17

 M value IS 0.00

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B9DDDE (or 0xB9DDDE) is known color: Powder Blue. HEX triplet: B9, DD and DE. RGB value is (185,221,222). Sum of RGB (Red+Green+Blue) = 185+221+222=628 (83% of max value = 765). Red value is 185 (72.66% from 255 or 29.46% from 628); Green value is 221 (86.72% from 255 or 35.19% from 628); Blue value is 222 (87.11% from 255 or 35.35% from 628); Max value from RGB is 222 - color contains mainly: blue. Hex color #B9DDDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9DDDE is #462221. Grayscale: #D2D2D2. Windows color (decimal): -4596258 or 14605753. OLE color: 14605753.

HSL color Cylindrical-coordinate representation of color #B9DDDE: hue angle of 181.62º degrees, saturation: 0.36, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B9DDDE is Cyan = 0.17, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 185 221 222 -
CMYK 0.17 0.00 0 0.13
HSL 181.62º 0.36% 0.8% -
HSV(B) 181.62º 0.17% 0.87% -
XYZ 59.05 67.3 78.99 -
YUV 210.35 134.57 109.92 -
System Red Green Blue C M Y K H S L
Decimal 185 221 222 0.17 0.00 0 0.13 181.62 0.36 0.8
Hex B9 DD DE 11 0 0 D B6 24 50
Octal 271 335 336 21 0 0 15 266 44 120
Binary 10111001 11011101 11011110 10001 0 0 1101 10110110 100100 1010000

Color Harmonies of #B9DDDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9DDDE

Black with #B9DDDE

Text Example


Text Example

White with #B9DDDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9DDDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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