Html Css Color HEX #B9DCDC Powder Blue

📋 copy color: '#B9DCDC'

red 185 ◦ green 220 ◦ blue 220

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

Shades of Powder Blue #B9DCDC

Tints of Powder Blue #B9DCDC

RGB

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

 GREEN value IS 220 (86.33% from 255) = 35.2%

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

R = 29.6%
G = 35.2%
B = 35.2%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B9DCDC (or 0xB9DCDC) is known color: Powder Blue. HEX triplet: B9, DC and DC. RGB value is (185,220,220). Sum of RGB (Red+Green+Blue) = 185+220+220=625 (82% of max value = 765). Red value is 185 (72.66% from 255 or 29.6% from 625); Green value is 220 (86.33% from 255 or 35.2% from 625); Blue value is 220 (86.33% from 255 or 35.2% from 625); Max value from RGB is 220 - color contains mainly: green, blue. Hex color #B9DCDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9DCDC is #462323. Grayscale: #D1D1D1. Windows color (decimal): -4596516 or 14474425. OLE color: 14474425.

HSL color Cylindrical-coordinate representation of color #B9DCDC: hue angle of 180º degrees, saturation: 0.33, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B9DCDC is Cyan = 0.16, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 185 220 220 -
CMYK 0.16 0 0 0.14
HSL 180º 0.33% 0.79% -
HSV(B) 180º 0.16% 0.86% -
XYZ 58.52 66.67 77.49 -
YUV 209.54 133.9 110.5 -
System Red Green Blue C M Y K H S L
Decimal 185 220 220 0.16 0 0 0.14 180 0.33 0.79
Hex B9 DC DC 10 0 0 E B4 21 4F
Octal 271 334 334 20 0 0 16 264 41 117
Binary 10111001 11011100 11011100 10000 0 0 1110 10110100 100001 1001111

Color Harmonies of #B9DCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9DCDC

Black with #B9DCDC

Text Example


Text Example

White with #B9DCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9DCDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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