Html Css Color HEX #C8BAEB Melrose

📋 copy color: '#C8BAEB'

red 200 ◦ green 186 ◦ blue 235

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

Shades of Melrose #C8BAEB

Tints of Melrose #C8BAEB

RGB

 RED value IS 200 (78.52% from 255) = 32.21%

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

 BLUE value IS 235 (92.19% from 255) = 37.84%

R = 32.21%
G = 29.95%
B = 37.84%

CMYK

 C value IS 0.15

 M value IS 0.21

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C8BAEB (or 0xC8BAEB) is known color: Melrose. HEX triplet: C8, BA and EB. RGB value is (200,186,235). Sum of RGB (Red+Green+Blue) = 200+186+235=621 (82% of max value = 765). Red value is 200 (78.52% from 255 or 32.21% from 621); Green value is 186 (73.05% from 255 or 29.95% from 621); Blue value is 235 (92.19% from 255 or 37.84% from 621); Max value from RGB is 235 - color contains mainly: blue. Hex color #C8BAEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8BAEB is #374514. Grayscale: #C3C3C3. Windows color (decimal): -3622165 or 15448776. OLE color: 15448776.

HSL color Cylindrical-coordinate representation of color #C8BAEB: hue angle of 257.14º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C8BAEB is Cyan = 0.15, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 200 186 235 -
CMYK 0.15 0.21 0 0.08
HSL 257.14º 0.55% 0.83% -
HSV(B) 257.14º 0.21% 0.92% -
XYZ 56.37 53.4 85.93 -
YUV 195.77 150.14 131.02 -
System Red Green Blue C M Y K H S L
Decimal 200 186 235 0.15 0.21 0 0.08 257.14 0.55 0.83
Hex C8 BA EB F 15 0 8 101 37 53
Octal 310 272 353 17 25 0 10 401 67 123
Binary 11001000 10111010 11101011 1111 10101 0 1000 100000001 110111 1010011

Color Harmonies of #C8BAEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8BAEB

Black with #C8BAEB

Text Example


Text Example

White with #C8BAEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8BAEB; }

 p { color: rgb(200,186,235); }

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

background-color css

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

 a { background-color: rgb(200,186,235); }

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

border-color css

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

 span { border-color: rgb(200,186,235); }

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