Html Css Color HEX #C4BAE6 Melrose

📋 copy color: '#C4BAE6'

red 196 ◦ green 186 ◦ blue 230

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

Shades of Melrose #C4BAE6

Tints of Melrose #C4BAE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 37.58%

R = 32.03%
G = 30.39%
B = 37.58%

CMYK

 C value IS 0.15

 M value IS 0.19

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#C4BAE6 (or 0xC4BAE6) is known color: Melrose. HEX triplet: C4, BA and E6. RGB value is (196,186,230). Sum of RGB (Red+Green+Blue) = 196+186+230=612 (81% of max value = 765). Red value is 196 (76.95% from 255 or 32.03% from 612); Green value is 186 (73.05% from 255 or 30.39% from 612); Blue value is 230 (90.23% from 255 or 37.58% from 612); Max value from RGB is 230 - color contains mainly: blue. Hex color #C4BAE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4BAE6 is #3B4519. Grayscale: #C1C1C1. Windows color (decimal): -3884314 or 15121092. OLE color: 15121092.

HSL color Cylindrical-coordinate representation of color #C4BAE6: hue angle of 253.64º degrees, saturation: 0.47, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C4BAE6 is Cyan = 0.15, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 196 186 230 -
CMYK 0.15 0.19 0 0.10
HSL 253.64º 0.47% 0.82% -
HSV(B) 253.64º 0.19% 0.9% -
XYZ 54.61 52.57 82.13 -
YUV 194.01 148.31 129.42 -
System Red Green Blue C M Y K H S L
Decimal 196 186 230 0.15 0.19 0 0.10 253.64 0.47 0.82
Hex C4 BA E6 F 13 0 A FE 2F 52
Octal 304 272 346 17 23 0 12 376 57 122
Binary 11000100 10111010 11100110 1111 10011 0 1010 11111110 101111 1010010

Color Harmonies of #C4BAE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4BAE6

Black with #C4BAE6

Text Example


Text Example

White with #C4BAE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4BAE6; }

 p { color: rgb(196,186,230); }

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

background-color css

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

 a { background-color: rgb(196,186,230); }

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

border-color css

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

 span { border-color: rgb(196,186,230); }

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