Html Css Color HEX #C4BCEE Melrose

📋 copy color: '#C4BCEE'

red 196 ◦ green 188 ◦ blue 238

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

Shades of Melrose #C4BCEE

Tints of Melrose #C4BCEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 38.26%

R = 31.51%
G = 30.23%
B = 38.26%

CMYK

 C value IS 0.18

 M value IS 0.21

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C4BCEE (or 0xC4BCEE) is known color: Melrose. HEX triplet: C4, BC and EE. RGB value is (196,188,238). Sum of RGB (Red+Green+Blue) = 196+188+238=622 (82% of max value = 765). Red value is 196 (76.95% from 255 or 31.51% from 622); Green value is 188 (73.83% from 255 or 30.23% from 622); Blue value is 238 (93.36% from 255 or 38.26% from 622); Max value from RGB is 238 - color contains mainly: blue. Hex color #C4BCEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4BCEE is #3B4311. Grayscale: #C3C3C3. Windows color (decimal): -3883794 or 15645892. OLE color: 15645892.

HSL color Cylindrical-coordinate representation of color #C4BCEE: hue angle of 249.6º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C4BCEE is Cyan = 0.18, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 196 188 238 -
CMYK 0.18 0.21 0 0.07
HSL 249.6º 0.6% 0.84% -
HSV(B) 249.6º 0.21% 0.93% -
XYZ 56.18 53.88 88.33 -
YUV 196.09 151.65 127.93 -
System Red Green Blue C M Y K H S L
Decimal 196 188 238 0.18 0.21 0 0.07 249.6 0.6 0.84
Hex C4 BC EE 12 15 0 7 FA 3C 54
Octal 304 274 356 22 25 0 7 372 74 124
Binary 11000100 10111100 11101110 10010 10101 0 111 11111010 111100 1010100

Color Harmonies of #C4BCEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4BCEE

Black with #C4BCEE

Text Example


Text Example

White with #C4BCEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4BCEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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