#C1D5BC

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

Shades of Surf Crest #C1D5BC

Tints of Surf Crest #C1D5BC

Color information

#C1D5BC (or 0xC1D5BC) is unknown color: approx Surf Crest. HEX triplet: C1, D5 and BC. RGB value is (193,213,188). Sum of RGB (Red+Green+Blue) = 193+213+188=594 (78% of max value = 765). Red value is 193 (75.78% from 255 or 32.49% from 594); Green value is 213 (83.59% from 255 or 35.86% from 594); Blue value is 188 (73.83% from 255 or 31.65% from 594); Max value from RGB is 213 - color contains mainly: green. Hex color #C1D5BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1D5BC is #3E2A43. Grayscale: #CCCCCC. Windows color (decimal): -4074052 or 12375489. OLE color: 12375489.

HSL color Cylindrical-coordinate representation of color #C1D5BC: hue angle of 108º 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 #C1D5BC is Cyan = 0.09, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.

Color convert

RGB193213188-
CMYK0.0900.120.16
HSL108º22.94%78.63%-
HSV(B)108º11.74%83.53%-
XYZ54.8662.5656.76-
YUV204.17118.87120.03-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 32.49%
GREEN value IS 213 (83.59% from 255) = 35.86%
BLUE value IS 188 (73.83% from 255) = 31.65%
R=32.49%
G=35.86%
B=31.65%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1932131880.0900.120.1610822.9478.63
HexC1D5BC90C106c174f
Octal301325274110142015427117
Binary110000011101010110111100100101100100001101100101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1D5BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1D5BC; }

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

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

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

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

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

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

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

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