#C6D5BC

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

Shades of Surf Crest #C6D5BC

Tints of Surf Crest #C6D5BC

Color information

#C6D5BC (or 0xC6D5BC) is unknown color: approx Surf Crest. HEX triplet: C6, D5 and BC. RGB value is (198,213,188). Sum of RGB (Red+Green+Blue) = 198+213+188=599 (79% of max value = 765). Red value is 198 (77.73% from 255 or 33.06% from 599); Green value is 213 (83.59% from 255 or 35.56% from 599); Blue value is 188 (73.83% from 255 or 31.39% from 599); Max value from RGB is 213 - color contains mainly: green. Hex color #C6D5BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6D5BC is #392A43. Grayscale: #CDCDCD. Windows color (decimal): -3746372 or 12375494. OLE color: 12375494.

HSL color Cylindrical-coordinate representation of color #C6D5BC: hue angle of 96º degrees, saturation: 0.23, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C6D5BC is Cyan = 0.07, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.

Color convert

RGB198213188-
CMYK0.0700.120.16
HSL96º22.94%78.63%-
HSV(B)96º11.74%83.53%-
XYZ56.1663.2356.82-
YUV205.67118.03122.53-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 33.06%
GREEN value IS 213 (83.59% from 255) = 35.56%
BLUE value IS 188 (73.83% from 255) = 31.39%
R=33.06%
G=35.56%
B=31.39%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1982131880.0700.120.169622.9478.63
HexC6D5BC70C1060174f
Octal30632527470142014027117
Binary11000110110101011011110011101100100001100000101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6D5BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6D5BC; }

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

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

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

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

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

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

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

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