#C2CCBF

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

Shades of Surf Crest #C2CCBF

Tints of Surf Crest #C2CCBF

Color information

#C2CCBF (or 0xC2CCBF) is unknown color: approx Surf Crest. HEX triplet: C2, CC and BF. RGB value is (194,204,191). Sum of RGB (Red+Green+Blue) = 194+204+191=589 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.94% from 589); Green value is 204 (80.08% from 255 or 34.63% from 589); Blue value is 191 (75% from 255 or 32.43% from 589); Max value from RGB is 204 - color contains mainly: green. Hex color #C2CCBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2CCBF is #3D3340. Grayscale: #C7C7C7. Windows color (decimal): -4010817 or 12569794. OLE color: 12569794.

HSL color Cylindrical-coordinate representation of color #C2CCBF: hue angle of 106.15º degrees, saturation: 0.11, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C2CCBF is Cyan = 0.05, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.2.

Color convert

RGB194204191-
CMYK0.0500.060.2
HSL106.15º11.3%77.45%-
HSV(B)106.15º6.37%80%-
XYZ53.2458.4257.76-
YUV199.53123.19124.06-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 32.94%
GREEN value IS 204 (80.08% from 255) = 34.63%
BLUE value IS 191 (75% from 255) = 32.43%
R=32.94%
G=34.63%
B=32.43%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1942041910.0500.060.2106.1511.377.45
HexC2CCBF506146ab4d
Octal3023142775062415213115
Binary110000101100110010111111101011010100110101010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2CCBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2CCBF; }

 p { color: rgb(194,204,191); }

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

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

 a { background-color: rgb(194,204,191); }

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

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

 span { border-color: rgb(194,204,191); }

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