Html Css Color HEX #C3BEE5 Melrose

📋 copy color: '#C3BEE5'

red 195 ◦ green 190 ◦ blue 229

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

Shades of Melrose #C3BEE5

Tints of Melrose #C3BEE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 37.3%

R = 31.76%
G = 30.94%
B = 37.3%

CMYK

 C value IS 0.15

 M value IS 0.17

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#C3BEE5 (or 0xC3BEE5) is known color: Melrose. HEX triplet: C3, BE and E5. RGB value is (195,190,229). Sum of RGB (Red+Green+Blue) = 195+190+229=614 (81% of max value = 765). Red value is 195 (76.56% from 255 or 31.76% from 614); Green value is 190 (74.61% from 255 or 30.94% from 614); Blue value is 229 (89.84% from 255 or 37.30% from 614); Max value from RGB is 229 - color contains mainly: blue. Hex color #C3BEE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3BEE5 is #3C411A. Grayscale: #C3C3C3. Windows color (decimal): -3948827 or 15056579. OLE color: 15056579.

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

Color convert

RGB 195 190 229 -
CMYK 0.15 0.17 0 0.10
HSL 247.69º 0.43% 0.82% -
HSV(B) 247.69º 0.17% 0.9% -
XYZ 55.06 54.09 81.67 -
YUV 195.94 146.66 127.33 -
System Red Green Blue C M Y K H S L
Decimal 195 190 229 0.15 0.17 0 0.10 247.69 0.43 0.82
Hex C3 BE E5 F 11 0 A F8 2B 52
Octal 303 276 345 17 21 0 12 370 53 122
Binary 11000011 10111110 11100101 1111 10001 0 1010 11111000 101011 1010010

Color Harmonies of #C3BEE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3BEE5

Black with #C3BEE5

Text Example


Text Example

White with #C3BEE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3BEE5; }

 p { color: rgb(195,190,229); }

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

background-color css

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

 a { background-color: rgb(195,190,229); }

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

border-color css

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

 span { border-color: rgb(195,190,229); }

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