Html Css Color HEX #C6BBED Melrose

📋 copy color: '#C6BBED'

red 198 ◦ green 187 ◦ blue 237

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

Shades of Melrose #C6BBED

Tints of Melrose #C6BBED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 38.1%

R = 31.83%
G = 30.06%
B = 38.1%

CMYK

 C value IS 0.16

 M value IS 0.21

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C6BBED (or 0xC6BBED) is known color: Melrose. HEX triplet: C6, BB and ED. RGB value is (198,187,237). Sum of RGB (Red+Green+Blue) = 198+187+237=622 (82% of max value = 765). Red value is 198 (77.73% from 255 or 31.83% from 622); Green value is 187 (73.44% from 255 or 30.06% from 622); Blue value is 237 (92.97% from 255 or 38.10% from 622); Max value from RGB is 237 - color contains mainly: blue. Hex color #C6BBED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6BBED is #394412. Grayscale: #C3C3C3. Windows color (decimal): -3752979 or 15580102. OLE color: 15580102.

HSL color Cylindrical-coordinate representation of color #C6BBED: hue angle of 253.2º degrees, saturation: 0.58, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C6BBED is Cyan = 0.16, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 198 187 237 -
CMYK 0.16 0.21 0 0.07
HSL 253.2º 0.58% 0.83% -
HSV(B) 253.2º 0.21% 0.93% -
XYZ 56.35 53.66 87.51 -
YUV 195.99 151.14 129.43 -
System Red Green Blue C M Y K H S L
Decimal 198 187 237 0.16 0.21 0 0.07 253.2 0.58 0.83
Hex C6 BB ED 10 15 0 7 FD 3A 53
Octal 306 273 355 20 25 0 7 375 72 123
Binary 11000110 10111011 11101101 10000 10101 0 111 11111101 111010 1010011

Color Harmonies of #C6BBED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6BBED

Black with #C6BBED

Text Example


Text Example

White with #C6BBED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6BBED; }

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

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

background-color css

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

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

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

border-color css

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

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

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