Html Css Color HEX #C6BEEE Melrose

📋 copy color: '#C6BEEE'

red 198 ◦ green 190 ◦ blue 238

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

Shades of Melrose #C6BEEE

Tints of Melrose #C6BEEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 38.02%

R = 31.63%
G = 30.35%
B = 38.02%

CMYK

 C value IS 0.17

 M value IS 0.20

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C6BEEE (or 0xC6BEEE) is known color: Melrose. HEX triplet: C6, BE and EE. RGB value is (198,190,238). Sum of RGB (Red+Green+Blue) = 198+190+238=626 (82% of max value = 765). Red value is 198 (77.73% from 255 or 31.63% from 626); Green value is 190 (74.61% from 255 or 30.35% from 626); Blue value is 238 (93.36% from 255 or 38.02% from 626); Max value from RGB is 238 - color contains mainly: blue. Hex color #C6BEEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6BEEE is #394111. Grayscale: #C5C5C5. Windows color (decimal): -3752210 or 15646406. OLE color: 15646406.

HSL color Cylindrical-coordinate representation of color #C6BEEE: hue angle of 250º degrees, saturation: 0.59, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C6BEEE is Cyan = 0.17, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 198 190 238 -
CMYK 0.17 0.20 0 0.07
HSL 250º 0.59% 0.84% -
HSV(B) 250º 0.2% 0.93% -
XYZ 57.13 55.01 88.49 -
YUV 197.86 150.65 128.1 -
System Red Green Blue C M Y K H S L
Decimal 198 190 238 0.17 0.20 0 0.07 250 0.59 0.84
Hex C6 BE EE 11 14 0 7 FA 3B 54
Octal 306 276 356 21 24 0 7 372 73 124
Binary 11000110 10111110 11101110 10001 10100 0 111 11111010 111011 1010100

Color Harmonies of #C6BEEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6BEEE

Black with #C6BEEE

Text Example


Text Example

White with #C6BEEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6BEEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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