#B0D5CB

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

Shades of Scandal #B0D5CB

Tints of Scandal #B0D5CB

Color information

#B0D5CB (or 0xB0D5CB) is unknown color: approx Scandal. HEX triplet: B0, D5 and CB. RGB value is (176,213,203). Sum of RGB (Red+Green+Blue) = 176+213+203=592 (78% of max value = 765). Red value is 176 (69.14% from 255 or 29.73% from 592); Green value is 213 (83.59% from 255 or 35.98% from 592); Blue value is 203 (79.69% from 255 or 34.29% from 592); Max value from RGB is 213 - color contains mainly: green. Hex color #B0D5CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0D5CB is #4F2A34. Grayscale: #C8C8C8. Windows color (decimal): -5188149 or 13358512. OLE color: 13358512.

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

Color convert

RGB176213203-
CMYK0.1700.050.16
HSL163.78º30.58%76.27%-
HSV(B)163.78º17.37%83.53%-
XYZ52.4861.1365.53-
YUV200.8129.24110.31-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 29.73%
GREEN value IS 213 (83.59% from 255) = 35.98%
BLUE value IS 203 (79.69% from 255) = 34.29%
R=29.73%
G=35.98%
B=34.29%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1762132030.1700.050.16163.7830.5876.27
HexB0D5CB110510a41f4c
Octal26032531321052024437114
Binary1011000011010101110010111000101011000010100100111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0D5CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0D5CB; }

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

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

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

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

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

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

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

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