Html Css Color HEX #C4BBB2 Tide

📋 copy color: '#C4BBB2'

red 196 ◦ green 187 ◦ blue 178

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

Shades of Tide #C4BBB2

Tints of Tide #C4BBB2

RGB

 RED value IS 196 (76.95% from 255) = 34.94%

 GREEN value IS 187 (73.44% from 255) = 33.33%

 BLUE value IS 178 (69.92% from 255) = 31.73%

R = 34.94%
G = 33.33%
B = 31.73%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.09

 K value IS 0.23

RGB Variations

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

Color information

#C4BBB2 (or 0xC4BBB2) is known color: Tide. HEX triplet: C4, BB and B2. RGB value is (196,187,178). Sum of RGB (Red+Green+Blue) = 196+187+178=561 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.94% from 561); Green value is 187 (73.44% from 255 or 33.33% from 561); Blue value is 178 (69.92% from 255 or 31.73% from 561); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BBB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4BBB2 is #3B444D. Grayscale: #BCBCBC. Windows color (decimal): -3884110 or 11713476. OLE color: 11713476.

HSL color Cylindrical-coordinate representation of color #C4BBB2: hue angle of 30º degrees, saturation: 0.13, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C4BBB2 is Cyan = 0, Magento = 0.05, Yellow = 0.09 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 187 178 -
CMYK 0 0.05 0.09 0.23
HSL 30º 0.13% 0.73% -
HSV(B) 30º 0.09% 0.77% -
XYZ 48.57 50.49 49.31 -
YUV 188.67 121.98 133.23 -
System Red Green Blue C M Y K H S L
Decimal 196 187 178 0 0.05 0.09 0.23 30 0.13 0.73
Hex C4 BB B2 0 5 9 17 1E D 49
Octal 304 273 262 0 5 11 27 36 15 111
Binary 11000100 10111011 10110010 0 101 1001 10111 11110 1101 1001001

Color Harmonies of #C4BBB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4BBB2

Black with #C4BBB2

Text Example


Text Example

White with #C4BBB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4BBB2; }

 p { color: rgb(196,187,178); }

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

background-color css

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

 a { background-color: rgb(196,187,178); }

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

border-color css

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

 span { border-color: rgb(196,187,178); }

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