Html Css Color HEX #C3BBE6 Melrose

📋 copy color: '#C3BBE6'

red 195 ◦ green 187 ◦ blue 230

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

Shades of Melrose #C3BBE6

Tints of Melrose #C3BBE6

RGB

 RED value IS 195 (76.56% from 255) = 31.86%

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

 BLUE value IS 230 (90.23% from 255) = 37.58%

R = 31.86%
G = 30.56%
B = 37.58%

CMYK

 C value IS 0.15

 M value IS 0.19

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#C3BBE6 (or 0xC3BBE6) is known color: Melrose. HEX triplet: C3, BB and E6. RGB value is (195,187,230). Sum of RGB (Red+Green+Blue) = 195+187+230=612 (81% of max value = 765). Red value is 195 (76.56% from 255 or 31.86% from 612); Green value is 187 (73.44% from 255 or 30.56% from 612); Blue value is 230 (90.23% from 255 or 37.58% from 612); Max value from RGB is 230 - color contains mainly: blue. Hex color #C3BBE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3BBE6 is #3C4419. Grayscale: #C2C2C2. Windows color (decimal): -3949594 or 15121347. OLE color: 15121347.

HSL color Cylindrical-coordinate representation of color #C3BBE6: hue angle of 251.16º degrees, saturation: 0.46, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C3BBE6 is Cyan = 0.15, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 195 187 230 -
CMYK 0.15 0.19 0 0.10
HSL 251.16º 0.46% 0.82% -
HSV(B) 251.16º 0.19% 0.9% -
XYZ 54.56 52.86 82.19 -
YUV 194.29 148.15 128.5 -
System Red Green Blue C M Y K H S L
Decimal 195 187 230 0.15 0.19 0 0.10 251.16 0.46 0.82
Hex C3 BB E6 F 13 0 A FB 2E 52
Octal 303 273 346 17 23 0 12 373 56 122
Binary 11000011 10111011 11100110 1111 10011 0 1010 11111011 101110 1010010

Color Harmonies of #C3BBE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3BBE6

Black with #C3BBE6

Text Example


Text Example

White with #C3BBE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3BBE6; }

 p { color: rgb(195,187,230); }

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

background-color css

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

 a { background-color: rgb(195,187,230); }

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

border-color css

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

 span { border-color: rgb(195,187,230); }

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