Html Css Color HEX #C4B2FA Melrose

📋 copy color: '#C4B2FA'

red 196 ◦ green 178 ◦ blue 250

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

Shades of Melrose #C4B2FA

Tints of Melrose #C4B2FA

RGB

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

 GREEN value IS 178 (69.92% from 255) = 28.53%

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

R = 31.41%
G = 28.53%
B = 40.06%

CMYK

 C value IS 0.22

 M value IS 0.29

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C4B2FA (or 0xC4B2FA) is known color: Melrose. HEX triplet: C4, B2 and FA. RGB value is (196,178,250). Sum of RGB (Red+Green+Blue) = 196+178+250=624 (82% of max value = 765). Red value is 196 (76.95% from 255 or 31.41% from 624); Green value is 178 (69.92% from 255 or 28.53% from 624); Blue value is 250 (98.05% from 255 or 40.06% from 624); Max value from RGB is 250 - color contains mainly: blue. Hex color #C4B2FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C4B2FA is #3B4D05. Grayscale: #BFBFBF. Windows color (decimal): -3886342 or 16429764. OLE color: 16429764.

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

Color convert

RGB 196 178 250 -
CMYK 0.22 0.29 0 0.02
HSL 255º 0.88% 0.84% -
HSV(B) 255º 0.29% 0.98% -
XYZ 55.94 50.48 97.24 -
YUV 191.59 160.96 131.15 -
System Red Green Blue C M Y K H S L
Decimal 196 178 250 0.22 0.29 0 0.02 255 0.88 0.84
Hex C4 B2 FA 16 1D 0 2 FF 58 54
Octal 304 262 372 26 35 0 2 377 130 124
Binary 11000100 10110010 11111010 10110 11101 0 10 11111111 1011000 1010100

Color Harmonies of #C4B2FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B2FA

Black with #C4B2FA

Text Example


Text Example

White with #C4B2FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B2FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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