Html Css Color HEX #B7DBDD Powder Blue

📋 copy color: '#B7DBDD'

red 183 ◦ green 219 ◦ blue 221

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

Shades of Powder Blue #B7DBDD

Tints of Powder Blue #B7DBDD

RGB

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

 GREEN value IS 219 (85.94% from 255) = 35.15%

 BLUE value IS 221 (86.72% from 255) = 35.47%

R = 29.37%
G = 35.15%
B = 35.47%

CMYK

 C value IS 0.17

 M value IS 0.01

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B7DBDD (or 0xB7DBDD) is known color: Powder Blue. HEX triplet: B7, DB and DD. RGB value is (183,219,221). Sum of RGB (Red+Green+Blue) = 183+219+221=623 (82% of max value = 765). Red value is 183 (71.88% from 255 or 29.37% from 623); Green value is 219 (85.94% from 255 or 35.15% from 623); Blue value is 221 (86.72% from 255 or 35.47% from 623); Max value from RGB is 221 - color contains mainly: blue. Hex color #B7DBDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7DBDD is #482422. Grayscale: #D0D0D0. Windows color (decimal): -4727843 or 14539703. OLE color: 14539703.

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

Color convert

RGB 183 219 221 -
CMYK 0.17 0.01 0 0.13
HSL 183.16º 0.36% 0.79% -
HSV(B) 183.16º 0.17% 0.87% -
XYZ 57.91 65.95 78.08 -
YUV 208.46 135.07 109.84 -
System Red Green Blue C M Y K H S L
Decimal 183 219 221 0.17 0.01 0 0.13 183.16 0.36 0.79
Hex B7 DB DD 11 1 0 D B7 24 4F
Octal 267 333 335 21 1 0 15 267 44 117
Binary 10110111 11011011 11011101 10001 1 0 1101 10110111 100100 1001111

Color Harmonies of #B7DBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7DBDD

Black with #B7DBDD

Text Example


Text Example

White with #B7DBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7DBDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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