Html Css Color HEX #C8BAEA Melrose

📋 copy color: '#C8BAEA'

red 200 ◦ green 186 ◦ blue 234

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

Shades of Melrose #C8BAEA

Tints of Melrose #C8BAEA

RGB

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

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

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

R = 32.26%
G = 30%
B = 37.74%

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

#C8BAEA (or 0xC8BAEA) is known color: Melrose. HEX triplet: C8, BA and EA. RGB value is (200,186,234). Sum of RGB (Red+Green+Blue) = 200+186+234=620 (82% of max value = 765). Red value is 200 (78.52% from 255 or 32.26% from 620); Green value is 186 (73.05% from 255 or 30% from 620); Blue value is 234 (91.80% from 255 or 37.74% from 620); Max value from RGB is 234 - color contains mainly: blue. Hex color #C8BAEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8BAEA is #374515. Grayscale: #C3C3C3. Windows color (decimal): -3622166 or 15383240. OLE color: 15383240.

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

Color convert

RGB 200 186 234 -
CMYK 0.15 0.21 0 0.08
HSL 257.5º 0.53% 0.82% -
HSV(B) 257.5º 0.21% 0.92% -
XYZ 56.23 53.34 85.17 -
YUV 195.66 149.64 131.1 -
System Red Green Blue C M Y K H S L
Decimal 200 186 234 0.15 0.21 0 0.08 257.5 0.53 0.82
Hex C8 BA EA F 15 0 8 102 35 52
Octal 310 272 352 17 25 0 10 402 65 122
Binary 11001000 10111010 11101010 1111 10101 0 1000 100000010 110101 1010010

Color Harmonies of #C8BAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8BAEA

Black with #C8BAEA

Text Example


Text Example

White with #C8BAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8BAEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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