#B5CFCD

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

Shades of Scandal #B5CFCD

Tints of Scandal #B5CFCD

Color information

#B5CFCD (or 0xB5CFCD) is unknown color: approx Scandal. HEX triplet: B5, CF and CD. RGB value is (181,207,205). Sum of RGB (Red+Green+Blue) = 181+207+205=593 (78% of max value = 765). Red value is 181 (71.09% from 255 or 30.52% from 593); Green value is 207 (81.25% from 255 or 34.91% from 593); Blue value is 205 (80.47% from 255 or 34.57% from 593); Max value from RGB is 207 - color contains mainly: green. Hex color #B5CFCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5CFCD is #4A3032. Grayscale: #C6C6C6. Windows color (decimal): -4862003 or 13488053. OLE color: 13488053.

HSL color Cylindrical-coordinate representation of color #B5CFCD: hue angle of 175.38º degrees, saturation: 0.21, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B5CFCD is Cyan = 0.13, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.

Color convert

RGB181207205-
CMYK0.1300.010.19
HSL175.38º21.31%76.08%-
HSV(B)175.38º12.56%81.18%-
XYZ52.3958.8666.36-
YUV199131.39115.16-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 30.52%
GREEN value IS 207 (81.25% from 255) = 34.91%
BLUE value IS 205 (80.47% from 255) = 34.57%
R=30.52%
G=34.91%
B=34.57%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1812072050.1300.010.19175.3821.3176.08
HexB5CFCDD0113af154c
Octal26531731515012325725114
Binary1011010111001111110011011101011001110101111101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5CFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5CFCD; }

 p { color: rgb(181,207,205); }

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

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

 a { background-color: rgb(181,207,205); }

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

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

 span { border-color: rgb(181,207,205); }

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