Html Css Color HEX #B5D9D2 Scandal

📋 copy color: '#B5D9D2'

red 181 ◦ green 217 ◦ blue 210

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

Shades of Scandal #B5D9D2

Tints of Scandal #B5D9D2

RGB

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

 GREEN value IS 217 (85.16% from 255) = 35.69%

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

R = 29.77%
G = 35.69%
B = 34.54%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.03

 K value IS 0.15

RGB Variations

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

Color information

#B5D9D2 (or 0xB5D9D2) is known color: Scandal. HEX triplet: B5, D9 and D2. RGB value is (181,217,210). Sum of RGB (Red+Green+Blue) = 181+217+210=608 (80% of max value = 765). Red value is 181 (71.09% from 255 or 29.77% from 608); Green value is 217 (85.16% from 255 or 35.69% from 608); Blue value is 210 (82.42% from 255 or 34.54% from 608); Max value from RGB is 217 - color contains mainly: green. Hex color #B5D9D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5D9D2 is #4A262D. Grayscale: #CDCDCD. Windows color (decimal): -4859438 or 13818293. OLE color: 13818293.

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

Color convert

RGB 181 217 210 -
CMYK 0.17 0 0.03 0.15
HSL 168.33º 0.32% 0.78% -
HSV(B) 168.33º 0.17% 0.85% -
XYZ 55.5 64.1 70.42 -
YUV 205.44 130.57 110.57 -
System Red Green Blue C M Y K H S L
Decimal 181 217 210 0.17 0 0.03 0.15 168.33 0.32 0.78
Hex B5 D9 D2 11 0 3 F A8 20 4E
Octal 265 331 322 21 0 3 17 250 40 116
Binary 10110101 11011001 11010010 10001 0 11 1111 10101000 100000 1001110

Color Harmonies of #B5D9D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5D9D2

Black with #B5D9D2

Text Example


Text Example

White with #B5D9D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5D9D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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