Html Css Color HEX #B7DCD9 Scandal

📋 copy color: '#B7DCD9'

red 183 ◦ green 220 ◦ blue 217

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

Shades of Scandal #B7DCD9

Tints of Scandal #B7DCD9

RGB

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

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

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

R = 29.52%
G = 35.48%
B = 35%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.01

 K value IS 0.14

RGB Variations

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

Color information

#B7DCD9 (or 0xB7DCD9) is known color: Scandal. HEX triplet: B7, DC and D9. RGB value is (183,220,217). Sum of RGB (Red+Green+Blue) = 183+220+217=620 (82% of max value = 765). Red value is 183 (71.88% from 255 or 29.52% from 620); Green value is 220 (86.33% from 255 or 35.48% from 620); Blue value is 217 (85.16% from 255 or 35% from 620); Max value from RGB is 220 - color contains mainly: green. Hex color #B7DCD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7DCD9 is #482326. Grayscale: #D0D0D0. Windows color (decimal): -4727591 or 14277815. OLE color: 14277815.

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

Color convert

RGB 183 220 217 -
CMYK 0.17 0 0.01 0.14
HSL 175.14º 0.35% 0.79% -
HSV(B) 175.14º 0.17% 0.86% -
XYZ 57.65 66.26 75.4 -
YUV 208.6 132.74 109.74 -
System Red Green Blue C M Y K H S L
Decimal 183 220 217 0.17 0 0.01 0.14 175.14 0.35 0.79
Hex B7 DC D9 11 0 1 E AF 23 4F
Octal 267 334 331 21 0 1 16 257 43 117
Binary 10110111 11011100 11011001 10001 0 1 1110 10101111 100011 1001111

Color Harmonies of #B7DCD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7DCD9

Black with #B7DCD9

Text Example


Text Example

White with #B7DCD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7DCD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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