Html Css Color HEX #C6BBE9 Melrose

📋 copy color: '#C6BBE9'

red 198 ◦ green 187 ◦ blue 233

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

Shades of Melrose #C6BBE9

Tints of Melrose #C6BBE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 37.7%

R = 32.04%
G = 30.26%
B = 37.7%

CMYK

 C value IS 0.15

 M value IS 0.20

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C6BBE9 (or 0xC6BBE9) is known color: Melrose. HEX triplet: C6, BB and E9. RGB value is (198,187,233). Sum of RGB (Red+Green+Blue) = 198+187+233=618 (81% of max value = 765). Red value is 198 (77.73% from 255 or 32.04% from 618); Green value is 187 (73.44% from 255 or 30.26% from 618); Blue value is 233 (91.41% from 255 or 37.70% from 618); Max value from RGB is 233 - color contains mainly: blue. Hex color #C6BBE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6BBE9 is #394416. Grayscale: #C3C3C3. Windows color (decimal): -3752983 or 15317958. OLE color: 15317958.

HSL color Cylindrical-coordinate representation of color #C6BBE9: hue angle of 254.35º degrees, saturation: 0.51, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C6BBE9 is Cyan = 0.15, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 198 187 233 -
CMYK 0.15 0.20 0 0.09
HSL 254.35º 0.51% 0.82% -
HSV(B) 254.35º 0.2% 0.91% -
XYZ 55.77 53.43 84.46 -
YUV 195.53 149.14 129.76 -
System Red Green Blue C M Y K H S L
Decimal 198 187 233 0.15 0.20 0 0.09 254.35 0.51 0.82
Hex C6 BB E9 F 14 0 9 FE 33 52
Octal 306 273 351 17 24 0 11 376 63 122
Binary 11000110 10111011 11101001 1111 10100 0 1001 11111110 110011 1010010

Color Harmonies of #C6BBE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6BBE9

Black with #C6BBE9

Text Example


Text Example

White with #C6BBE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6BBE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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