Html Css Color HEX #B7DAD7 Scandal

📋 copy color: '#B7DAD7'

red 183 ◦ green 218 ◦ blue 215

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

Shades of Scandal #B7DAD7

Tints of Scandal #B7DAD7

RGB

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

 GREEN value IS 218 (85.55% from 255) = 35.39%

 BLUE value IS 215 (84.38% from 255) = 34.9%

R = 29.71%
G = 35.39%
B = 34.9%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.01

 K value IS 0.15

RGB Variations

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

Color information

#B7DAD7 (or 0xB7DAD7) is known color: Scandal. HEX triplet: B7, DA and D7. RGB value is (183,218,215). Sum of RGB (Red+Green+Blue) = 183+218+215=616 (81% of max value = 765). Red value is 183 (71.88% from 255 or 29.71% from 616); Green value is 218 (85.55% from 255 or 35.39% from 616); Blue value is 215 (84.38% from 255 or 34.90% from 616); Max value from RGB is 218 - color contains mainly: green. Hex color #B7DAD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7DAD7 is #482528. Grayscale: #CFCFCF. Windows color (decimal): -4728105 or 14146231. OLE color: 14146231.

HSL color Cylindrical-coordinate representation of color #B7DAD7: hue angle of 174.86º degrees, saturation: 0.32, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B7DAD7 is Cyan = 0.16, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.15.

Color convert

RGB 183 218 215 -
CMYK 0.16 0 0.01 0.15
HSL 174.86º 0.32% 0.79% -
HSV(B) 174.86º 0.16% 0.85% -
XYZ 56.87 65.12 73.86 -
YUV 207.19 132.4 110.74 -
System Red Green Blue C M Y K H S L
Decimal 183 218 215 0.16 0 0.01 0.15 174.86 0.32 0.79
Hex B7 DA D7 10 0 1 F AF 20 4F
Octal 267 332 327 20 0 1 17 257 40 117
Binary 10110111 11011010 11010111 10000 0 1 1111 10101111 100000 1001111

Color Harmonies of #B7DAD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7DAD7

Black with #B7DAD7

Text Example


Text Example

White with #B7DAD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7DAD7; }

 p { color: rgb(183,218,215); }

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

background-color css

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

 a { background-color: rgb(183,218,215); }

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

border-color css

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

 span { border-color: rgb(183,218,215); }

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