Html Css Color HEX #B7DDD9 Scandal

📋 copy color: '#B7DDD9'

red 183 ◦ green 221 ◦ blue 217

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

Shades of Scandal #B7DDD9

Tints of Scandal #B7DDD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 34.94%

R = 29.47%
G = 35.59%
B = 34.94%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#B7DDD9 (or 0xB7DDD9) is known color: Scandal. HEX triplet: B7, DD and D9. RGB value is (183,221,217). Sum of RGB (Red+Green+Blue) = 183+221+217=621 (82% of max value = 765). Red value is 183 (71.88% from 255 or 29.47% from 621); Green value is 221 (86.72% from 255 or 35.59% from 621); Blue value is 217 (85.16% from 255 or 34.94% from 621); Max value from RGB is 221 - color contains mainly: green. Hex color #B7DDD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7DDD9 is #482226. Grayscale: #D1D1D1. Windows color (decimal): -4727335 or 14278071. OLE color: 14278071.

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

Color convert

RGB 183 221 217 -
CMYK 0.17 0 0.02 0.13
HSL 173.68º 0.36% 0.79% -
HSV(B) 173.68º 0.17% 0.87% -
XYZ 57.91 66.79 75.49 -
YUV 209.18 132.41 109.33 -
System Red Green Blue C M Y K H S L
Decimal 183 221 217 0.17 0 0.02 0.13 173.68 0.36 0.79
Hex B7 DD D9 11 0 2 D AE 24 4F
Octal 267 335 331 21 0 2 15 256 44 117
Binary 10110111 11011101 11011001 10001 0 10 1101 10101110 100100 1001111

Color Harmonies of #B7DDD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7DDD9

Black with #B7DDD9

Text Example


Text Example

White with #B7DDD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7DDD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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