Html Css Color HEX #C2D5BE Surf Crest

📋 copy color: '#C2D5BE'

red 194 ◦ green 213 ◦ blue 190

#C2D5BE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Surf Crest #C2D5BE

Tints of Surf Crest #C2D5BE

RGB

 RED value IS 194 (76.17% from 255) = 32.5%

 GREEN value IS 213 (83.59% from 255) = 35.68%

 BLUE value IS 190 (74.61% from 255) = 31.83%

R = 32.5%
G = 35.68%
B = 31.83%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.11

 K value IS 0.16

RGB Variations

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

Color information

#C2D5BE (or 0xC2D5BE) is known color: Surf Crest. HEX triplet: C2, D5 and BE. RGB value is (194,213,190). Sum of RGB (Red+Green+Blue) = 194+213+190=597 (79% of max value = 765). Red value is 194 (76.17% from 255 or 32.50% from 597); Green value is 213 (83.59% from 255 or 35.68% from 597); Blue value is 190 (74.61% from 255 or 31.83% from 597); Max value from RGB is 213 - color contains mainly: green. Hex color #C2D5BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2D5BE is #3D2A41. Grayscale: #CCCCCC. Windows color (decimal): -4008514 or 12506562. OLE color: 12506562.

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

Color convert

RGB 194 213 190 -
CMYK 0.09 0 0.11 0.16
HSL 109.57º 0.21% 0.79% -
HSV(B) 109.57º 0.11% 0.84% -
XYZ 55.34 62.78 57.92 -
YUV 204.7 119.71 120.37 -
System Red Green Blue C M Y K H S L
Decimal 194 213 190 0.09 0 0.11 0.16 109.57 0.21 0.79
Hex C2 D5 BE 9 0 B 10 6E 15 4F
Octal 302 325 276 11 0 13 20 156 25 117
Binary 11000010 11010101 10111110 1001 0 1011 10000 1101110 10101 1001111

Color Harmonies of #C2D5BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2D5BE

Black with #C2D5BE

Text Example


Text Example

White with #C2D5BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2D5BE; }

 p { color: rgb(194,213,190); }

 H1.HeaderClassName
 {
   color: #C2D5BE;
 }
 .AnyTagClassName
 {
   color: #C2D5BE;
 }
</style>

background-color css

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

 a { background-color: rgb(194,213,190); }

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

border-color css

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

 span { border-color: rgb(194,213,190); }

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