Html Css Color HEX #C4BCEA Melrose

📋 copy color: '#C4BCEA'

red 196 ◦ green 188 ◦ blue 234

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

Shades of Melrose #C4BCEA

Tints of Melrose #C4BCEA

RGB

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

 GREEN value IS 188 (73.83% from 255) = 30.42%

 BLUE value IS 234 (91.8% from 255) = 37.86%

R = 31.72%
G = 30.42%
B = 37.86%

CMYK

 C value IS 0.16

 M value IS 0.20

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C4BCEA (or 0xC4BCEA) is known color: Melrose. HEX triplet: C4, BC and EA. RGB value is (196,188,234). Sum of RGB (Red+Green+Blue) = 196+188+234=618 (81% of max value = 765). Red value is 196 (76.95% from 255 or 31.72% from 618); Green value is 188 (73.83% from 255 or 30.42% from 618); Blue value is 234 (91.80% from 255 or 37.86% from 618); Max value from RGB is 234 - color contains mainly: blue. Hex color #C4BCEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4BCEA is #3B4315. Grayscale: #C3C3C3. Windows color (decimal): -3883798 or 15383748. OLE color: 15383748.

HSL color Cylindrical-coordinate representation of color #C4BCEA: hue angle of 250.43º degrees, saturation: 0.52, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C4BCEA is Cyan = 0.16, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 196 188 234 -
CMYK 0.16 0.20 0 0.08
HSL 250.43º 0.52% 0.83% -
HSV(B) 250.43º 0.2% 0.92% -
XYZ 55.6 53.64 85.27 -
YUV 195.64 149.65 128.26 -
System Red Green Blue C M Y K H S L
Decimal 196 188 234 0.16 0.20 0 0.08 250.43 0.52 0.83
Hex C4 BC EA 10 14 0 8 FA 34 53
Octal 304 274 352 20 24 0 10 372 64 123
Binary 11000100 10111100 11101010 10000 10100 0 1000 11111010 110100 1010011

Color Harmonies of #C4BCEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4BCEA

Black with #C4BCEA

Text Example


Text Example

White with #C4BCEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4BCEA; }

 p { color: rgb(196,188,234); }

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

background-color css

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

 a { background-color: rgb(196,188,234); }

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

border-color css

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

 span { border-color: rgb(196,188,234); }

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