Html Css Color HEX #B7D9DC Powder Blue

📋 copy color: '#B7D9DC'

red 183 ◦ green 217 ◦ blue 220

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

Shades of Powder Blue #B7D9DC

Tints of Powder Blue #B7D9DC

RGB

 RED value IS 183 (71.88% from 255) = 29.52%

 GREEN value IS 217 (85.16% from 255) = 35%

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

R = 29.52%
G = 35%
B = 35.48%

CMYK

 C value IS 0.17

 M value IS 0.01

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B7D9DC (or 0xB7D9DC) is known color: Powder Blue. HEX triplet: B7, D9 and DC. RGB value is (183,217,220). Sum of RGB (Red+Green+Blue) = 183+217+220=620 (82% of max value = 765). Red value is 183 (71.88% from 255 or 29.52% from 620); Green value is 217 (85.16% from 255 or 35% from 620); Blue value is 220 (86.33% from 255 or 35.48% from 620); Max value from RGB is 220 - color contains mainly: blue. Hex color #B7D9DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7D9DC is #482623. Grayscale: #CFCFCF. Windows color (decimal): -4728356 or 14473655. OLE color: 14473655.

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

Color convert

RGB 183 217 220 -
CMYK 0.17 0.01 0 0.14
HSL 184.86º 0.35% 0.79% -
HSV(B) 184.86º 0.17% 0.86% -
XYZ 57.26 64.86 77.21 -
YUV 207.18 135.24 110.76 -
System Red Green Blue C M Y K H S L
Decimal 183 217 220 0.17 0.01 0 0.14 184.86 0.35 0.79
Hex B7 D9 DC 11 1 0 E B9 23 4F
Octal 267 331 334 21 1 0 16 271 43 117
Binary 10110111 11011001 11011100 10001 1 0 1110 10111001 100011 1001111

Color Harmonies of #B7D9DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7D9DC

Black with #B7D9DC

Text Example


Text Example

White with #B7D9DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7D9DC; }

 p { color: rgb(183,217,220); }

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

background-color css

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

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

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

border-color css

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

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

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