Html Css Color HEX #C5BAF3 Melrose

📋 copy color: '#C5BAF3'

red 197 ◦ green 186 ◦ blue 243

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

Shades of Melrose #C5BAF3

Tints of Melrose #C5BAF3

RGB

 RED value IS 197 (77.34% from 255) = 31.47%

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

 BLUE value IS 243 (95.31% from 255) = 38.82%

R = 31.47%
G = 29.71%
B = 38.82%

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

#C5BAF3 (or 0xC5BAF3) is known color: Melrose. HEX triplet: C5, BA and F3. RGB value is (197,186,243). Sum of RGB (Red+Green+Blue) = 197+186+243=626 (82% of max value = 765). Red value is 197 (77.34% from 255 or 31.47% from 626); Green value is 186 (73.05% from 255 or 29.71% from 626); Blue value is 243 (95.31% from 255 or 38.82% from 626); Max value from RGB is 243 - color contains mainly: blue. Hex color #C5BAF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5BAF3 is #3A450C. Grayscale: #C3C3C3. Windows color (decimal): -3818765 or 15973061. OLE color: 15973061.

HSL color Cylindrical-coordinate representation of color #C5BAF3: hue angle of 251.58º degrees, saturation: 0.7, 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 #C5BAF3 is Cyan = 0.19, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 197 186 243 -
CMYK 0.19 0.23 0 0.05
HSL 251.58º 0.7% 0.84% -
HSV(B) 251.58º 0.23% 0.95% -
XYZ 56.76 53.46 92.12 -
YUV 195.79 154.64 128.87 -
System Red Green Blue C M Y K H S L
Decimal 197 186 243 0.19 0.23 0 0.05 251.58 0.7 0.84
Hex C5 BA F3 13 17 0 5 FC 46 54
Octal 305 272 363 23 27 0 5 374 106 124
Binary 11000101 10111010 11110011 10011 10111 0 101 11111100 1000110 1010100

Color Harmonies of #C5BAF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BAF3

Black with #C5BAF3

Text Example


Text Example

White with #C5BAF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BAF3; }

 p { color: rgb(197,186,243); }

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

background-color css

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

 a { background-color: rgb(197,186,243); }

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

border-color css

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

 span { border-color: rgb(197,186,243); }

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