#B1D0CB

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

Shades of Scandal #B1D0CB

Tints of Scandal #B1D0CB

Color information

#B1D0CB (or 0xB1D0CB) is unknown color: approx Scandal. HEX triplet: B1, D0 and CB. RGB value is (177,208,203). Sum of RGB (Red+Green+Blue) = 177+208+203=588 (77% of max value = 765). Red value is 177 (69.53% from 255 or 30.10% from 588); Green value is 208 (81.64% from 255 or 35.37% from 588); Blue value is 203 (79.69% from 255 or 34.52% from 588); Max value from RGB is 208 - color contains mainly: green. Hex color #B1D0CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1D0CB is #4E2F34. Grayscale: #C6C6C6. Windows color (decimal): -5123893 or 13357233. OLE color: 13357233.

HSL color Cylindrical-coordinate representation of color #B1D0CB: hue angle of 170.32º degrees, saturation: 0.25, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B1D0CB is Cyan = 0.15, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB177208203-
CMYK0.1500.020.18
HSL170.32º24.8%75.49%-
HSV(B)170.32º14.9%81.57%-
XYZ51.4758.7765.13-
YUV198.16130.73112.91-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 30.10%
GREEN value IS 208 (81.64% from 255) = 35.37%
BLUE value IS 203 (79.69% from 255) = 34.52%
R=30.10%
G=35.37%
B=34.52%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1772082030.1500.020.18170.3224.875.49
HexB1D0CBF0212aa194b
Octal26132031317022225231113
Binary10110001110100001100101111110101001010101010110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1D0CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1D0CB; }

 p { color: rgb(177,208,203); }

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

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

 a { background-color: rgb(177,208,203); }

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

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

 span { border-color: rgb(177,208,203); }

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