Html Css Color HEX #C4B9F1 Melrose

📋 copy color: '#C4B9F1'

red 196 ◦ green 185 ◦ blue 241

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

Shades of Melrose #C4B9F1

Tints of Melrose #C4B9F1

RGB

 RED value IS 196 (76.95% from 255) = 31.51%

 GREEN value IS 185 (72.66% from 255) = 29.74%

 BLUE value IS 241 (94.53% from 255) = 38.75%

R = 31.51%
G = 29.74%
B = 38.75%

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

#C4B9F1 (or 0xC4B9F1) is known color: Melrose. HEX triplet: C4, B9 and F1. RGB value is (196,185,241). Sum of RGB (Red+Green+Blue) = 196+185+241=622 (82% of max value = 765). Red value is 196 (76.95% from 255 or 31.51% from 622); Green value is 185 (72.66% from 255 or 29.74% from 622); Blue value is 241 (94.53% from 255 or 38.75% from 622); Max value from RGB is 241 - color contains mainly: blue. Hex color #C4B9F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4B9F1 is #3B460E. Grayscale: #C2C2C2. Windows color (decimal): -3884559 or 15841732. OLE color: 15841732.

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

Color convert

RGB 196 185 241 -
CMYK 0.19 0.23 0 0.05
HSL 251.79º 0.67% 0.84% -
HSV(B) 251.79º 0.23% 0.95% -
XYZ 55.99 52.78 90.46 -
YUV 194.67 154.14 128.95 -
System Red Green Blue C M Y K H S L
Decimal 196 185 241 0.19 0.23 0 0.05 251.79 0.67 0.84
Hex C4 B9 F1 13 17 0 5 FC 43 54
Octal 304 271 361 23 27 0 5 374 103 124
Binary 11000100 10111001 11110001 10011 10111 0 101 11111100 1000011 1010100

Color Harmonies of #C4B9F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B9F1

Black with #C4B9F1

Text Example


Text Example

White with #C4B9F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B9F1; }

 p { color: rgb(196,185,241); }

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

background-color css

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

 a { background-color: rgb(196,185,241); }

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

border-color css

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

 span { border-color: rgb(196,185,241); }

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