Html Css Color HEX #C4B3FA Melrose

📋 copy color: '#C4B3FA'

red 196 ◦ green 179 ◦ blue 250

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

Shades of Melrose #C4B3FA

Tints of Melrose #C4B3FA

RGB

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

 GREEN value IS 179 (70.31% from 255) = 28.64%

 BLUE value IS 250 (98.05% from 255) = 40%

R = 31.36%
G = 28.64%
B = 40%

CMYK

 C value IS 0.22

 M value IS 0.28

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C4B3FA (or 0xC4B3FA) is known color: Melrose. HEX triplet: C4, B3 and FA. RGB value is (196,179,250). Sum of RGB (Red+Green+Blue) = 196+179+250=625 (82% of max value = 765). Red value is 196 (76.95% from 255 or 31.36% from 625); Green value is 179 (70.31% from 255 or 28.64% from 625); Blue value is 250 (98.05% from 255 or 40% from 625); Max value from RGB is 250 - color contains mainly: blue. Hex color #C4B3FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4B3FA is #3B4C05. Grayscale: #BFBFBF. Windows color (decimal): -3886086 or 16430020. OLE color: 16430020.

HSL color Cylindrical-coordinate representation of color #C4B3FA: hue angle of 254.37º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C4B3FA is Cyan = 0.22, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 196 179 250 -
CMYK 0.22 0.28 0 0.02
HSL 254.37º 0.88% 0.84% -
HSV(B) 254.37º 0.28% 0.98% -
XYZ 56.14 50.88 97.3 -
YUV 192.18 160.63 130.73 -
System Red Green Blue C M Y K H S L
Decimal 196 179 250 0.22 0.28 0 0.02 254.37 0.88 0.84
Hex C4 B3 FA 16 1C 0 2 FE 58 54
Octal 304 263 372 26 34 0 2 376 130 124
Binary 11000100 10110011 11111010 10110 11100 0 10 11111110 1011000 1010100

Color Harmonies of #C4B3FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B3FA

Black with #C4B3FA

Text Example


Text Example

White with #C4B3FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B3FA; }

 p { color: rgb(196,179,250); }

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

background-color css

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

 a { background-color: rgb(196,179,250); }

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

border-color css

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

 span { border-color: rgb(196,179,250); }

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