Html Css Color HEX #B9DDDC Powder Blue

📋 copy color: '#B9DDDC'

red 185 ◦ green 221 ◦ blue 220

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

Shades of Powder Blue #B9DDDC

Tints of Powder Blue #B9DDDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 35.14%

R = 29.55%
G = 35.3%
B = 35.14%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#B9DDDC (or 0xB9DDDC) is known color: Powder Blue. HEX triplet: B9, DD and DC. RGB value is (185,221,220). Sum of RGB (Red+Green+Blue) = 185+221+220=626 (82% of max value = 765). Red value is 185 (72.66% from 255 or 29.55% from 626); Green value is 221 (86.72% from 255 or 35.30% from 626); Blue value is 220 (86.33% from 255 or 35.14% from 626); Max value from RGB is 221 - color contains mainly: green. Hex color #B9DDDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9DDDC is #462223. Grayscale: #D2D2D2. Windows color (decimal): -4596260 or 14474681. OLE color: 14474681.

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

Color convert

RGB 185 221 220 -
CMYK 0.16 0 0.00 0.13
HSL 178.33º 0.35% 0.8% -
HSV(B) 178.33º 0.16% 0.87% -
XYZ 58.78 67.19 77.58 -
YUV 210.12 133.57 110.08 -
System Red Green Blue C M Y K H S L
Decimal 185 221 220 0.16 0 0.00 0.13 178.33 0.35 0.8
Hex B9 DD DC 10 0 0 D B2 23 50
Octal 271 335 334 20 0 0 15 262 43 120
Binary 10111001 11011101 11011100 10000 0 0 1101 10110010 100011 1010000

Color Harmonies of #B9DDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9DDDC

Black with #B9DDDC

Text Example


Text Example

White with #B9DDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9DDDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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