#B5D8D0

Color #B5D8D0 Scandal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scandal #B5D8D0

Tints of Scandal #B5D8D0

Color information

#B5D8D0 (or 0xB5D8D0) is unknown color: approx Scandal. HEX triplet: B5, D8 and D0. RGB value is (181,216,208). Sum of RGB (Red+Green+Blue) = 181+216+208=605 (80% of max value = 765). Red value is 181 (71.09% from 255 or 29.92% from 605); Green value is 216 (84.77% from 255 or 35.70% from 605); Blue value is 208 (81.64% from 255 or 34.38% from 605); Max value from RGB is 216 - color contains mainly: green. Hex color #B5D8D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5D8D0 is #4A272F. Grayscale: #CCCCCC. Windows color (decimal): -4859696 or 13686965. OLE color: 13686965.

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

Color convert

RGB181216208-
CMYK0.1600.040.15
HSL166.29º30.97%77.84%-
HSV(B)166.29º16.2%84.71%-
XYZ5563.4969.03-
YUV204.62129.9111.15-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 29.92%
GREEN value IS 216 (84.77% from 255) = 35.70%
BLUE value IS 208 (81.64% from 255) = 34.38%
R=29.92%
G=35.70%
B=34.38%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1812162080.1600.040.15166.2930.9777.84
HexB5D8D01004Fa61f4e
Octal26533032020041724637116
Binary101101011101100011010000100000100111110100110111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5D8D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5D8D0; }

 p { color: rgb(181,216,208); }

 H1.HeaderClassName
 {
   color: #B5D8D0;
 }
 .AnyTagClassName
 {
   color: #B5D8D0;
 }
</style>
background-color css

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

 a { background-color: rgb(181,216,208); }

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

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

 span { border-color: rgb(181,216,208); }

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