Html Css Color HEX #B7DCDE Powder Blue

📋 copy color: '#B7DCDE'

red 183 ◦ green 220 ◦ blue 222

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

Shades of Powder Blue #B7DCDE

Tints of Powder Blue #B7DCDE

RGB

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

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

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

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

CMYK

 C value IS 0.18

 M value IS 0.01

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #B7DCDE: hue angle of 183.08º 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 #B7DCDE is Cyan = 0.18, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 183 220 222 -
CMYK 0.18 0.01 0 0.13
HSL 183.08º 0.37% 0.79% -
HSV(B) 183.08º 0.18% 0.87% -
XYZ 58.31 66.53 78.88 -
YUV 209.17 135.24 109.34 -
System Red Green Blue C M Y K H S L
Decimal 183 220 222 0.18 0.01 0 0.13 183.08 0.37 0.79
Hex B7 DC DE 12 1 0 D B7 25 4F
Octal 267 334 336 22 1 0 15 267 45 117
Binary 10110111 11011100 11011110 10010 1 0 1101 10110111 100101 1001111

Color Harmonies of #B7DCDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7DCDE

Black with #B7DCDE

Text Example


Text Example

White with #B7DCDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7DCDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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