Html Css Color HEX #B7DEDC Powder Blue

📋 copy color: '#B7DEDC'

red 183 ◦ green 222 ◦ blue 220

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

Shades of Powder Blue #B7DEDC

Tints of Powder Blue #B7DEDC

RGB

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

 GREEN value IS 222 (87.11% from 255) = 35.52%

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

R = 29.28%
G = 35.52%
B = 35.2%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#B7DEDC (or 0xB7DEDC) is known color: Powder Blue. HEX triplet: B7, DE and DC. RGB value is (183,222,220). Sum of RGB (Red+Green+Blue) = 183+222+220=625 (82% of max value = 765). Red value is 183 (71.88% from 255 or 29.28% from 625); Green value is 222 (87.11% from 255 or 35.52% from 625); Blue value is 220 (86.33% from 255 or 35.2% from 625); Max value from RGB is 222 - color contains mainly: green. Hex color #B7DEDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7DEDC is #482123. Grayscale: #D2D2D2. Windows color (decimal): -4727076 or 14474935. OLE color: 14474935.

HSL color Cylindrical-coordinate representation of color #B7DEDC: hue angle of 176.92º degrees, saturation: 0.37, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B7DEDC is Cyan = 0.18, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 183 222 220 -
CMYK 0.18 0 0.01 0.13
HSL 176.92º 0.37% 0.79% -
HSV(B) 176.92º 0.18% 0.87% -
XYZ 58.57 67.48 77.65 -
YUV 210.11 133.58 108.66 -
System Red Green Blue C M Y K H S L
Decimal 183 222 220 0.18 0 0.01 0.13 176.92 0.37 0.79
Hex B7 DE DC 12 0 1 D B1 25 4F
Octal 267 336 334 22 0 1 15 261 45 117
Binary 10110111 11011110 11011100 10010 0 1 1101 10110001 100101 1001111

Color Harmonies of #B7DEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7DEDC

Black with #B7DEDC

Text Example


Text Example

White with #B7DEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7DEDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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