Html Css Color HEX #C3BAF0 Melrose

📋 copy color: '#C3BAF0'

red 195 ◦ green 186 ◦ blue 240

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

Shades of Melrose #C3BAF0

Tints of Melrose #C3BAF0

RGB

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

 GREEN value IS 186 (73.05% from 255) = 29.95%

 BLUE value IS 240 (94.14% from 255) = 38.65%

R = 31.4%
G = 29.95%
B = 38.65%

CMYK

 C value IS 0.19

 M value IS 0.22

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C3BAF0 (or 0xC3BAF0) is known color: Melrose. HEX triplet: C3, BA and F0. RGB value is (195,186,240). Sum of RGB (Red+Green+Blue) = 195+186+240=621 (82% of max value = 765). Red value is 195 (76.56% from 255 or 31.40% from 621); Green value is 186 (73.05% from 255 or 29.95% from 621); Blue value is 240 (94.14% from 255 or 38.65% from 621); Max value from RGB is 240 - color contains mainly: blue. Hex color #C3BAF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3BAF0 is #3C450F. Grayscale: #C2C2C2. Windows color (decimal): -3949840 or 15776451. OLE color: 15776451.

HSL color Cylindrical-coordinate representation of color #C3BAF0: hue angle of 250º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C3BAF0 is Cyan = 0.19, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 195 186 240 -
CMYK 0.19 0.22 0 0.06
HSL 250º 0.64% 0.84% -
HSV(B) 250º 0.23% 0.94% -
XYZ 55.79 53.01 89.73 -
YUV 194.85 153.48 128.11 -
System Red Green Blue C M Y K H S L
Decimal 195 186 240 0.19 0.22 0 0.06 250 0.64 0.84
Hex C3 BA F0 13 16 0 6 FA 40 54
Octal 303 272 360 23 26 0 6 372 100 124
Binary 11000011 10111010 11110000 10011 10110 0 110 11111010 1000000 1010100

Color Harmonies of #C3BAF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3BAF0

Black with #C3BAF0

Text Example


Text Example

White with #C3BAF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3BAF0; }

 p { color: rgb(195,186,240); }

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

background-color css

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

 a { background-color: rgb(195,186,240); }

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

border-color css

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

 span { border-color: rgb(195,186,240); }

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