Html Css Color HEX #C6BBEB Melrose

📋 copy color: '#C6BBEB'

red 198 ◦ green 187 ◦ blue 235

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

Shades of Melrose #C6BBEB

Tints of Melrose #C6BBEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 37.9%

R = 31.94%
G = 30.16%
B = 37.9%

CMYK

 C value IS 0.16

 M value IS 0.20

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C6BBEB (or 0xC6BBEB) is known color: Melrose. HEX triplet: C6, BB and EB. RGB value is (198,187,235). Sum of RGB (Red+Green+Blue) = 198+187+235=620 (82% of max value = 765). Red value is 198 (77.73% from 255 or 31.94% from 620); Green value is 187 (73.44% from 255 or 30.16% from 620); Blue value is 235 (92.19% from 255 or 37.90% from 620); Max value from RGB is 235 - color contains mainly: blue. Hex color #C6BBEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6BBEB is #394414. Grayscale: #C3C3C3. Windows color (decimal): -3752981 or 15449030. OLE color: 15449030.

HSL color Cylindrical-coordinate representation of color #C6BBEB: hue angle of 253.75º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C6BBEB is Cyan = 0.16, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 198 187 235 -
CMYK 0.16 0.20 0 0.08
HSL 253.75º 0.55% 0.83% -
HSV(B) 253.75º 0.2% 0.92% -
XYZ 56.05 53.54 85.98 -
YUV 195.76 150.14 129.6 -
System Red Green Blue C M Y K H S L
Decimal 198 187 235 0.16 0.20 0 0.08 253.75 0.55 0.83
Hex C6 BB EB 10 14 0 8 FE 37 53
Octal 306 273 353 20 24 0 10 376 67 123
Binary 11000110 10111011 11101011 10000 10100 0 1000 11111110 110111 1010011

Color Harmonies of #C6BBEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6BBEB

Black with #C6BBEB

Text Example


Text Example

White with #C6BBEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6BBEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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