Html Css Color HEX #C3BAF2 Melrose

📋 copy color: '#C3BAF2'

red 195 ◦ green 186 ◦ blue 242

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

Shades of Melrose #C3BAF2

Tints of Melrose #C3BAF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 38.84%

R = 31.3%
G = 29.86%
B = 38.84%

CMYK

 C value IS 0.19

 M value IS 0.23

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C3BAF2 (or 0xC3BAF2) is known color: Melrose. HEX triplet: C3, BA and F2. RGB value is (195,186,242). Sum of RGB (Red+Green+Blue) = 195+186+242=623 (82% of max value = 765). Red value is 195 (76.56% from 255 or 31.30% from 623); Green value is 186 (73.05% from 255 or 29.86% from 623); Blue value is 242 (94.92% from 255 or 38.84% from 623); Max value from RGB is 242 - color contains mainly: blue. Hex color #C3BAF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3BAF2 is #3C450D. Grayscale: #C2C2C2. Windows color (decimal): -3949838 or 15907523. OLE color: 15907523.

HSL color Cylindrical-coordinate representation of color #C3BAF2: hue angle of 249.64º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C3BAF2 is Cyan = 0.19, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 195 186 242 -
CMYK 0.19 0.23 0 0.05
HSL 249.64º 0.68% 0.84% -
HSV(B) 249.64º 0.23% 0.95% -
XYZ 56.09 53.13 91.3 -
YUV 195.08 154.48 127.95 -
System Red Green Blue C M Y K H S L
Decimal 195 186 242 0.19 0.23 0 0.05 249.64 0.68 0.84
Hex C3 BA F2 13 17 0 5 FA 44 54
Octal 303 272 362 23 27 0 5 372 104 124
Binary 11000011 10111010 11110010 10011 10111 0 101 11111010 1000100 1010100

Color Harmonies of #C3BAF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3BAF2

Black with #C3BAF2

Text Example


Text Example

White with #C3BAF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3BAF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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