#C3D5BC

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

Shades of Surf Crest #C3D5BC

Tints of Surf Crest #C3D5BC

Color information

#C3D5BC (or 0xC3D5BC) is unknown color: approx Surf Crest. HEX triplet: C3, D5 and BC. RGB value is (195,213,188). Sum of RGB (Red+Green+Blue) = 195+213+188=596 (78% of max value = 765). Red value is 195 (76.56% from 255 or 32.72% from 596); Green value is 213 (83.59% from 255 or 35.74% from 596); Blue value is 188 (73.83% from 255 or 31.54% from 596); Max value from RGB is 213 - color contains mainly: green. Hex color #C3D5BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3D5BC is #3C2A43. Grayscale: #CCCCCC. Windows color (decimal): -3942980 or 12375491. OLE color: 12375491.

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

Color convert

RGB195213188-
CMYK0.0800.120.16
HSL103.2º22.94%78.63%-
HSV(B)103.2º11.74%83.53%-
XYZ55.3862.8256.78-
YUV204.77118.54121.03-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 32.72%
GREEN value IS 213 (83.59% from 255) = 35.74%
BLUE value IS 188 (73.83% from 255) = 31.54%
R=32.72%
G=35.74%
B=31.54%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1952131880.0800.120.16103.222.9478.63
HexC3D5BC80C1067174f
Octal303325274100142014727117
Binary110000111101010110111100100001100100001100111101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3D5BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3D5BC; }

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

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

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

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

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

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

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

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