Html Css Color HEX #C6D4BC Surf Crest

📋 copy color: '#C6D4BC'

red 198 ◦ green 212 ◦ blue 188

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

Shades of Surf Crest #C6D4BC

Tints of Surf Crest #C6D4BC

RGB

 RED value IS 198 (77.73% from 255) = 33.11%

 GREEN value IS 212 (83.2% from 255) = 35.45%

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

R = 33.11%
G = 35.45%
B = 31.44%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.11

 K value IS 0.17

RGB Variations

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

Color information

#C6D4BC (or 0xC6D4BC) is known color: Surf Crest. HEX triplet: C6, D4 and BC. RGB value is (198,212,188). Sum of RGB (Red+Green+Blue) = 198+212+188=598 (79% of max value = 765). Red value is 198 (77.73% from 255 or 33.11% from 598); Green value is 212 (83.20% from 255 or 35.45% from 598); Blue value is 188 (73.83% from 255 or 31.44% from 598); Max value from RGB is 212 - color contains mainly: green. Hex color #C6D4BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6D4BC is #392B43. Grayscale: #CDCDCD. Windows color (decimal): -3746628 or 12375238. OLE color: 12375238.

HSL color Cylindrical-coordinate representation of color #C6D4BC: hue angle of 95º degrees, saturation: 0.22, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C6D4BC is Cyan = 0.07, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.17.

Color convert

RGB 198 212 188 -
CMYK 0.07 0 0.11 0.17
HSL 95º 0.22% 0.78% -
HSV(B) 95º 0.11% 0.83% -
XYZ 55.91 62.72 56.74 -
YUV 205.08 118.36 122.95 -
System Red Green Blue C M Y K H S L
Decimal 198 212 188 0.07 0 0.11 0.17 95 0.22 0.78
Hex C6 D4 BC 7 0 B 11 5F 16 4E
Octal 306 324 274 7 0 13 21 137 26 116
Binary 11000110 11010100 10111100 111 0 1011 10001 1011111 10110 1001110

Color Harmonies of #C6D4BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6D4BC

Black with #C6D4BC

Text Example


Text Example

White with #C6D4BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6D4BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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