#B5D6CE

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

Shades of Scandal #B5D6CE

Tints of Scandal #B5D6CE

Color information

#B5D6CE (or 0xB5D6CE) is unknown color: approx Scandal. HEX triplet: B5, D6 and CE. RGB value is (181,214,206). Sum of RGB (Red+Green+Blue) = 181+214+206=601 (79% of max value = 765). Red value is 181 (71.09% from 255 or 30.12% from 601); Green value is 214 (83.98% from 255 or 35.61% from 601); Blue value is 206 (80.86% from 255 or 34.28% from 601); Max value from RGB is 214 - color contains mainly: green. Hex color #B5D6CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5D6CE is #4A2931. Grayscale: #CBCBCB. Windows color (decimal): -4860210 or 13555381. OLE color: 13555381.

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

Color convert

RGB181214206-
CMYK0.1500.040.16
HSL165.45º28.7%77.45%-
HSV(B)165.45º15.42%83.92%-
XYZ54.2462.3767.57-
YUV203.22129.57112.15-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 30.12%
GREEN value IS 214 (83.98% from 255) = 35.61%
BLUE value IS 206 (80.86% from 255) = 34.28%
R=30.12%
G=35.61%
B=34.28%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1812142060.1500.040.16165.4528.777.45
HexB5D6CEF0410a51d4d
Octal26532631617042024535115
Binary101101011101011011001110111101001000010100101111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5D6CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5D6CE; }

 p { color: rgb(181,214,206); }

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

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

 a { background-color: rgb(181,214,206); }

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

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

 span { border-color: rgb(181,214,206); }

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