Html Css Color HEX #B0D8D2 Scandal

📋 copy color: '#B0D8D2'

red 176 ◦ green 216 ◦ blue 210

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

Shades of Scandal #B0D8D2

Tints of Scandal #B0D8D2

RGB

 RED value IS 176 (69.14% from 255) = 29.24%

 GREEN value IS 216 (84.77% from 255) = 35.88%

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

R = 29.24%
G = 35.88%
B = 34.88%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.03

 K value IS 0.15

RGB Variations

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

Color information

#B0D8D2 (or 0xB0D8D2) is known color: Scandal. HEX triplet: B0, D8 and D2. RGB value is (176,216,210). Sum of RGB (Red+Green+Blue) = 176+216+210=602 (79% of max value = 765). Red value is 176 (69.14% from 255 or 29.24% from 602); Green value is 216 (84.77% from 255 or 35.88% from 602); Blue value is 210 (82.42% from 255 or 34.88% from 602); Max value from RGB is 216 - color contains mainly: green. Hex color #B0D8D2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0D8D2 is #4F272D. Grayscale: #CBCBCB. Windows color (decimal): -5187374 or 13818032. OLE color: 13818032.

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

Color convert

RGB 176 216 210 -
CMYK 0.19 0 0.03 0.15
HSL 171º 0.34% 0.77% -
HSV(B) 171º 0.19% 0.85% -
XYZ 54.09 62.99 70.28 -
YUV 203.36 131.75 108.49 -
System Red Green Blue C M Y K H S L
Decimal 176 216 210 0.19 0 0.03 0.15 171 0.34 0.77
Hex B0 D8 D2 13 0 3 F AB 22 4D
Octal 260 330 322 23 0 3 17 253 42 115
Binary 10110000 11011000 11010010 10011 0 11 1111 10101011 100010 1001101

Color Harmonies of #B0D8D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0D8D2

Black with #B0D8D2

Text Example


Text Example

White with #B0D8D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0D8D2; }

 p { color: rgb(176,216,210); }

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

background-color css

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

 a { background-color: rgb(176,216,210); }

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

border-color css

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

 span { border-color: rgb(176,216,210); }

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