#C6D1BC

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

Shades of Surf Crest #C6D1BC

Tints of Surf Crest #C6D1BC

Color information

#C6D1BC (or 0xC6D1BC) is unknown color: approx Surf Crest. HEX triplet: C6, D1 and BC. RGB value is (198,209,188). Sum of RGB (Red+Green+Blue) = 198+209+188=595 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.28% from 595); Green value is 209 (82.03% from 255 or 35.13% from 595); Blue value is 188 (73.83% from 255 or 31.60% from 595); Max value from RGB is 209 - color contains mainly: green. Hex color #C6D1BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6D1BC is #392E43. Grayscale: #CBCBCB. Windows color (decimal): -3747396 or 12374470. OLE color: 12374470.

HSL color Cylindrical-coordinate representation of color #C6D1BC: hue angle of 91.43º degrees, saturation: 0.19, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C6D1BC is Cyan = 0.05, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.

Color convert

RGB198209188-
CMYK0.0500.100.18
HSL91.43º18.58%77.84%-
HSV(B)91.43º10.05%81.96%-
XYZ55.1761.2456.49-
YUV203.32119.36124.21-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 33.28%
GREEN value IS 209 (82.03% from 255) = 35.13%
BLUE value IS 188 (73.83% from 255) = 31.60%
R=33.28%
G=35.13%
B=31.60%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1982091880.0500.100.1891.4318.5877.84
HexC6D1BC50A125b134e
Octal30632127450122213323116
Binary11000110110100011011110010101010100101011011100111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6D1BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6D1BC; }

 p { color: rgb(198,209,188); }

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

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

 a { background-color: rgb(198,209,188); }

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

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

 span { border-color: rgb(198,209,188); }

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