Html Css Color HEX #C6BBBE Melanie

📋 copy color: '#C6BBBE'

red 198 ◦ green 187 ◦ blue 190

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

Shades of Melanie #C6BBBE

Tints of Melanie #C6BBBE

RGB

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

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

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

R = 34.43%
G = 32.52%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#C6BBBE (or 0xC6BBBE) is known color: Melanie. HEX triplet: C6, BB and BE. RGB value is (198,187,190). Sum of RGB (Red+Green+Blue) = 198+187+190=575 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.43% from 575); Green value is 187 (73.44% from 255 or 32.52% from 575); Blue value is 190 (74.61% from 255 or 33.04% from 575); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BBBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6BBBE is #394441. Grayscale: #BEBEBE. Windows color (decimal): -3753026 or 12499910. OLE color: 12499910.

HSL color Cylindrical-coordinate representation of color #C6BBBE: hue angle of 343.64º degrees, saturation: 0.09, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C6BBBE is Cyan = 0, Magento = 0.06, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 187 190 -
CMYK 0 0.06 0.04 0.22
HSL 343.64º 0.09% 0.75% -
HSV(B) 343.64º 0.06% 0.78% -
XYZ 50.35 51.26 55.96 -
YUV 190.63 127.64 133.26 -
System Red Green Blue C M Y K H S L
Decimal 198 187 190 0 0.06 0.04 0.22 343.64 0.09 0.75
Hex C6 BB BE 0 6 4 16 158 9 4B
Octal 306 273 276 0 6 4 26 530 11 113
Binary 11000110 10111011 10111110 0 110 100 10110 101011000 1001 1001011

Color Harmonies of #C6BBBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6BBBE

Black with #C6BBBE

Text Example


Text Example

White with #C6BBBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6BBBE; }

 p { color: rgb(198,187,190); }

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

background-color css

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

 a { background-color: rgb(198,187,190); }

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

border-color css

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

 span { border-color: rgb(198,187,190); }

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