Html Css Color HEX #C6BEEA Melrose

📋 copy color: '#C6BEEA'

red 198 ◦ green 190 ◦ blue 234

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

Shades of Melrose #C6BEEA

Tints of Melrose #C6BEEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 37.62%

R = 31.83%
G = 30.55%
B = 37.62%

CMYK

 C value IS 0.15

 M value IS 0.19

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C6BEEA (or 0xC6BEEA) is known color: Melrose. HEX triplet: C6, BE and EA. RGB value is (198,190,234). Sum of RGB (Red+Green+Blue) = 198+190+234=622 (82% of max value = 765). Red value is 198 (77.73% from 255 or 31.83% from 622); Green value is 190 (74.61% from 255 or 30.55% from 622); Blue value is 234 (91.80% from 255 or 37.62% from 622); Max value from RGB is 234 - color contains mainly: blue. Hex color #C6BEEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6BEEA is #394115. Grayscale: #C5C5C5. Windows color (decimal): -3752214 or 15384262. OLE color: 15384262.

HSL color Cylindrical-coordinate representation of color #C6BEEA: hue angle of 250.91º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C6BEEA is Cyan = 0.15, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 198 190 234 -
CMYK 0.15 0.19 0 0.08
HSL 250.91º 0.51% 0.83% -
HSV(B) 250.91º 0.19% 0.92% -
XYZ 56.55 54.77 85.43 -
YUV 197.41 148.65 128.42 -
System Red Green Blue C M Y K H S L
Decimal 198 190 234 0.15 0.19 0 0.08 250.91 0.51 0.83
Hex C6 BE EA F 13 0 8 FB 33 53
Octal 306 276 352 17 23 0 10 373 63 123
Binary 11000110 10111110 11101010 1111 10011 0 1000 11111011 110011 1010011

Color Harmonies of #C6BEEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6BEEA

Black with #C6BEEA

Text Example


Text Example

White with #C6BEEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6BEEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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