Html Css Color HEX #C2D6BC Surf Crest

📋 copy color: '#C2D6BC'

red 194 ◦ green 214 ◦ blue 188

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

Shades of Surf Crest #C2D6BC

Tints of Surf Crest #C2D6BC

RGB

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

 GREEN value IS 214 (83.98% from 255) = 35.91%

 BLUE value IS 188 (73.83% from 255) = 31.54%

R = 32.55%
G = 35.91%
B = 31.54%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#C2D6BC (or 0xC2D6BC) is known color: Surf Crest. HEX triplet: C2, D6 and BC. RGB value is (194,214,188). Sum of RGB (Red+Green+Blue) = 194+214+188=596 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.55% from 596); Green value is 214 (83.98% from 255 or 35.91% from 596); Blue value is 188 (73.83% from 255 or 31.54% from 596); Max value from RGB is 214 - color contains mainly: green. Hex color #C2D6BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2D6BC is #3D2943. Grayscale: #CDCDCD. Windows color (decimal): -4008260 or 12375746. OLE color: 12375746.

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

Color convert

RGB 194 214 188 -
CMYK 0.09 0 0.12 0.16
HSL 106.15º 0.24% 0.79% -
HSV(B) 106.15º 0.12% 0.84% -
XYZ 55.37 63.19 56.86 -
YUV 205.06 118.37 120.11 -
System Red Green Blue C M Y K H S L
Decimal 194 214 188 0.09 0 0.12 0.16 106.15 0.24 0.79
Hex C2 D6 BC 9 0 C 10 6A 18 4F
Octal 302 326 274 11 0 14 20 152 30 117
Binary 11000010 11010110 10111100 1001 0 1100 10000 1101010 11000 1001111

Color Harmonies of #C2D6BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2D6BC

Black with #C2D6BC

Text Example


Text Example

White with #C2D6BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2D6BC; }

 p { color: rgb(194,214,188); }

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

background-color css

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

 a { background-color: rgb(194,214,188); }

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

border-color css

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

 span { border-color: rgb(194,214,188); }

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