Html Css Color HEX #C6BEE0 Melrose

📋 copy color: '#C6BEE0'

red 198 ◦ green 190 ◦ blue 224

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

Shades of Melrose #C6BEE0

Tints of Melrose #C6BEE0

RGB

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

 GREEN value IS 190 (74.61% from 255) = 31.05%

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

R = 32.35%
G = 31.05%
B = 36.6%

CMYK

 C value IS 0.12

 M value IS 0.15

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C6BEE0 (or 0xC6BEE0) is known color: Melrose. HEX triplet: C6, BE and E0. RGB value is (198,190,224). Sum of RGB (Red+Green+Blue) = 198+190+224=612 (81% of max value = 765). Red value is 198 (77.73% from 255 or 32.35% from 612); Green value is 190 (74.61% from 255 or 31.05% from 612); Blue value is 224 (87.89% from 255 or 36.60% from 612); Max value from RGB is 224 - color contains mainly: blue. Hex color #C6BEE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6BEE0 is #39411F. Grayscale: #C4C4C4. Windows color (decimal): -3752224 or 14728902. OLE color: 14728902.

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

Color convert

RGB 198 190 224 -
CMYK 0.12 0.15 0 0.12
HSL 254.12º 0.35% 0.81% -
HSV(B) 254.12º 0.15% 0.88% -
XYZ 55.16 54.21 78.08 -
YUV 196.27 143.65 129.24 -
System Red Green Blue C M Y K H S L
Decimal 198 190 224 0.12 0.15 0 0.12 254.12 0.35 0.81
Hex C6 BE E0 C F 0 C FE 23 51
Octal 306 276 340 14 17 0 14 376 43 121
Binary 11000110 10111110 11100000 1100 1111 0 1100 11111110 100011 1010001

Color Harmonies of #C6BEE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6BEE0

Black with #C6BEE0

Text Example


Text Example

White with #C6BEE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6BEE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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