Html Css Color HEX #C6BBE0 Melrose

📋 copy color: '#C6BBE0'

red 198 ◦ green 187 ◦ blue 224

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

Shades of Melrose #C6BBE0

Tints of Melrose #C6BBE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 36.78%

R = 32.51%
G = 30.71%
B = 36.78%

CMYK

 C value IS 0.12

 M value IS 0.17

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C6BBE0 (or 0xC6BBE0) is known color: Melrose. HEX triplet: C6, BB and E0. RGB value is (198,187,224). Sum of RGB (Red+Green+Blue) = 198+187+224=609 (80% of max value = 765). Red value is 198 (77.73% from 255 or 32.51% from 609); Green value is 187 (73.44% from 255 or 30.71% from 609); Blue value is 224 (87.89% from 255 or 36.78% from 609); Max value from RGB is 224 - color contains mainly: blue. Hex color #C6BBE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6BBE0 is #39441F. Grayscale: #C2C2C2. Windows color (decimal): -3752992 or 14728134. OLE color: 14728134.

HSL color Cylindrical-coordinate representation of color #C6BBE0: hue angle of 257.84º degrees, saturation: 0.37, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C6BBE0 is Cyan = 0.12, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 198 187 224 -
CMYK 0.12 0.17 0 0.12
HSL 257.84º 0.37% 0.81% -
HSV(B) 257.84º 0.17% 0.88% -
XYZ 54.51 52.93 77.86 -
YUV 194.51 144.64 130.49 -
System Red Green Blue C M Y K H S L
Decimal 198 187 224 0.12 0.17 0 0.12 257.84 0.37 0.81
Hex C6 BB E0 C 11 0 C 102 25 51
Octal 306 273 340 14 21 0 14 402 45 121
Binary 11000110 10111011 11100000 1100 10001 0 1100 100000010 100101 1010001

Color Harmonies of #C6BBE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6BBE0

Black with #C6BBE0

Text Example


Text Example

White with #C6BBE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6BBE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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