#B0D6CB

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

Shades of Scandal #B0D6CB

Tints of Scandal #B0D6CB

Color information

#B0D6CB (or 0xB0D6CB) is unknown color: approx Scandal. HEX triplet: B0, D6 and CB. RGB value is (176,214,203). Sum of RGB (Red+Green+Blue) = 176+214+203=593 (78% of max value = 765). Red value is 176 (69.14% from 255 or 29.68% from 593); Green value is 214 (83.98% from 255 or 36.09% from 593); Blue value is 203 (79.69% from 255 or 34.23% from 593); Max value from RGB is 214 - color contains mainly: green. Hex color #B0D6CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0D6CB is #4F2934. Grayscale: #C9C9C9. Windows color (decimal): -5187893 or 13358768. OLE color: 13358768.

HSL color Cylindrical-coordinate representation of color #B0D6CB: hue angle of 162.63º degrees, saturation: 0.32, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B0D6CB is Cyan = 0.18, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB176214203-
CMYK0.1800.050.16
HSL162.63º31.67%76.47%-
HSV(B)162.63º17.76%83.92%-
XYZ52.7361.6465.62-
YUV201.38128.91109.89-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 29.68%
GREEN value IS 214 (83.98% from 255) = 36.09%
BLUE value IS 203 (79.69% from 255) = 34.23%
R=29.68%
G=36.09%
B=34.23%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1762142030.1800.050.16162.6331.6776.47
HexB0D6CB120510a3204c
Octal26032631322052024340114
Binary10110000110101101100101110010010110000101000111000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0D6CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0D6CB; }

 p { color: rgb(176,214,203); }

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

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

 a { background-color: rgb(176,214,203); }

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

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

 span { border-color: rgb(176,214,203); }

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