Html Css Color HEX #B5D7D2 Scandal

📋 copy color: '#B5D7D2'

red 181 ◦ green 215 ◦ blue 210

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

Shades of Scandal #B5D7D2

Tints of Scandal #B5D7D2

RGB

 RED value IS 181 (71.09% from 255) = 29.87%

 GREEN value IS 215 (84.38% from 255) = 35.48%

 BLUE value IS 210 (82.42% from 255) = 34.65%

R = 29.87%
G = 35.48%
B = 34.65%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.02

 K value IS 0.16

RGB Variations

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

Color information

#B5D7D2 (or 0xB5D7D2) is known color: Scandal. HEX triplet: B5, D7 and D2. RGB value is (181,215,210). Sum of RGB (Red+Green+Blue) = 181+215+210=606 (80% of max value = 765). Red value is 181 (71.09% from 255 or 29.87% from 606); Green value is 215 (84.38% from 255 or 35.48% from 606); Blue value is 210 (82.42% from 255 or 34.65% from 606); Max value from RGB is 215 - color contains mainly: green. Hex color #B5D7D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5D7D2 is #4A282D. Grayscale: #CCCCCC. Windows color (decimal): -4859950 or 13817781. OLE color: 13817781.

HSL color Cylindrical-coordinate representation of color #B5D7D2: hue angle of 171.18º degrees, saturation: 0.3, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B5D7D2 is Cyan = 0.16, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.16.

Color convert

RGB 181 215 210 -
CMYK 0.16 0 0.02 0.16
HSL 171.18º 0.3% 0.78% -
HSV(B) 171.18º 0.16% 0.84% -
XYZ 54.99 63.08 70.25 -
YUV 204.26 131.24 111.41 -
System Red Green Blue C M Y K H S L
Decimal 181 215 210 0.16 0 0.02 0.16 171.18 0.3 0.78
Hex B5 D7 D2 10 0 2 10 AB 1E 4E
Octal 265 327 322 20 0 2 20 253 36 116
Binary 10110101 11010111 11010010 10000 0 10 10000 10101011 11110 1001110

Color Harmonies of #B5D7D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5D7D2

Black with #B5D7D2

Text Example


Text Example

White with #B5D7D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5D7D2; }

 p { color: rgb(181,215,210); }

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

background-color css

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

 a { background-color: rgb(181,215,210); }

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

border-color css

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

 span { border-color: rgb(181,215,210); }

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