Html Css Color HEX #B7DCD6 Scandal

📋 copy color: '#B7DCD6'

red 183 ◦ green 220 ◦ blue 214

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

Shades of Scandal #B7DCD6

Tints of Scandal #B7DCD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 34.68%

R = 29.66%
G = 35.66%
B = 34.68%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.03

 K value IS 0.14

RGB Variations

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

Color information

#B7DCD6 (or 0xB7DCD6) is known color: Scandal. HEX triplet: B7, DC and D6. RGB value is (183,220,214). Sum of RGB (Red+Green+Blue) = 183+220+214=617 (81% of max value = 765). Red value is 183 (71.88% from 255 or 29.66% from 617); Green value is 220 (86.33% from 255 or 35.66% from 617); Blue value is 214 (83.98% from 255 or 34.68% from 617); Max value from RGB is 220 - color contains mainly: green. Hex color #B7DCD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7DCD6 is #482329. Grayscale: #D0D0D0. Windows color (decimal): -4727594 or 14081207. OLE color: 14081207.

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

Color convert

RGB 183 220 214 -
CMYK 0.17 0 0.03 0.14
HSL 170.27º 0.35% 0.79% -
HSV(B) 170.27º 0.17% 0.86% -
XYZ 57.26 66.11 73.36 -
YUV 208.25 131.24 109.99 -
System Red Green Blue C M Y K H S L
Decimal 183 220 214 0.17 0 0.03 0.14 170.27 0.35 0.79
Hex B7 DC D6 11 0 3 E AA 23 4F
Octal 267 334 326 21 0 3 16 252 43 117
Binary 10110111 11011100 11010110 10001 0 11 1110 10101010 100011 1001111

Color Harmonies of #B7DCD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7DCD6

Black with #B7DCD6

Text Example


Text Example

White with #B7DCD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7DCD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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