#C5CEBA

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

Shades of Tasman #C5CEBA

Tints of Tasman #C5CEBA

Color information

#C5CEBA (or 0xC5CEBA) is unknown color: approx Tasman. HEX triplet: C5, CE and BA. RGB value is (197,206,186). Sum of RGB (Red+Green+Blue) = 197+206+186=589 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.45% from 589); Green value is 206 (80.86% from 255 or 34.97% from 589); Blue value is 186 (73.05% from 255 or 31.58% from 589); Max value from RGB is 206 - color contains mainly: green. Hex color #C5CEBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5CEBA is #3A3145. Grayscale: #C9C9C9. Windows color (decimal): -3813702 or 12242629. OLE color: 12242629.

HSL color Cylindrical-coordinate representation of color #C5CEBA: hue angle of 87º degrees, saturation: 0.17, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C5CEBA is Cyan = 0.04, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB197206186-
CMYK0.0400.100.19
HSL87º16.95%76.86%-
HSV(B)87º9.71%80.78%-
XYZ53.9659.5655.11-
YUV201.03119.52125.13-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 33.45%
GREEN value IS 206 (80.86% from 255) = 34.97%
BLUE value IS 186 (73.05% from 255) = 31.58%
R=33.45%
G=34.97%
B=31.58%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1972061860.0400.100.198716.9576.86
HexC5CEBA40A1357114d
Octal30531627240122312721115
Binary11000101110011101011101010001010100111010111100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5CEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5CEBA; }

 p { color: rgb(197,206,186); }

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

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

 a { background-color: rgb(197,206,186); }

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

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

 span { border-color: rgb(197,206,186); }

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