Html Css Color HEX #B7DDE5 Powder Blue

📋 copy color: '#B7DDE5'

red 183 ◦ green 221 ◦ blue 229

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

Shades of Powder Blue #B7DDE5

Tints of Powder Blue #B7DDE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 36.18%

R = 28.91%
G = 34.91%
B = 36.18%

CMYK

 C value IS 0.20

 M value IS 0.03

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B7DDE5 (or 0xB7DDE5) is known color: Powder Blue. HEX triplet: B7, DD and E5. RGB value is (183,221,229). Sum of RGB (Red+Green+Blue) = 183+221+229=633 (83% of max value = 765). Red value is 183 (71.88% from 255 or 28.91% from 633); Green value is 221 (86.72% from 255 or 34.91% from 633); Blue value is 229 (89.84% from 255 or 36.18% from 633); Max value from RGB is 229 - color contains mainly: blue. Hex color #B7DDE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7DDE5 is #48221A. Grayscale: #D2D2D2. Windows color (decimal): -4727323 or 15064503. OLE color: 15064503.

HSL color Cylindrical-coordinate representation of color #B7DDE5: hue angle of 190.43º degrees, saturation: 0.47, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B7DDE5 is Cyan = 0.20, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 183 221 229 -
CMYK 0.20 0.03 0 0.10
HSL 190.43º 0.47% 0.81% -
HSV(B) 190.43º 0.2% 0.9% -
XYZ 59.53 67.44 84.01 -
YUV 210.55 138.41 108.35 -
System Red Green Blue C M Y K H S L
Decimal 183 221 229 0.20 0.03 0 0.10 190.43 0.47 0.81
Hex B7 DD E5 14 3 0 A BE 2F 51
Octal 267 335 345 24 3 0 12 276 57 121
Binary 10110111 11011101 11100101 10100 11 0 1010 10111110 101111 1010001

Color Harmonies of #B7DDE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7DDE5

Black with #B7DDE5

Text Example


Text Example

White with #B7DDE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7DDE5; }

 p { color: rgb(183,221,229); }

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

background-color css

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

 a { background-color: rgb(183,221,229); }

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

border-color css

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

 span { border-color: rgb(183,221,229); }

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