Html Css Color HEX #C8BAE4 Melrose

📋 copy color: '#C8BAE4'

red 200 ◦ green 186 ◦ blue 228

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

Shades of Melrose #C8BAE4

Tints of Melrose #C8BAE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 37.13%

R = 32.57%
G = 30.29%
B = 37.13%

CMYK

 C value IS 0.12

 M value IS 0.18

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#C8BAE4 (or 0xC8BAE4) is known color: Melrose. HEX triplet: C8, BA and E4. RGB value is (200,186,228). Sum of RGB (Red+Green+Blue) = 200+186+228=614 (81% of max value = 765). Red value is 200 (78.52% from 255 or 32.57% from 614); Green value is 186 (73.05% from 255 or 30.29% from 614); Blue value is 228 (89.45% from 255 or 37.13% from 614); Max value from RGB is 228 - color contains mainly: blue. Hex color #C8BAE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8BAE4 is #37451B. Grayscale: #C2C2C2. Windows color (decimal): -3622172 or 14990024. OLE color: 14990024.

HSL color Cylindrical-coordinate representation of color #C8BAE4: hue angle of 260º degrees, saturation: 0.44, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C8BAE4 is Cyan = 0.12, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 200 186 228 -
CMYK 0.12 0.18 0 0.11
HSL 260º 0.44% 0.81% -
HSV(B) 260º 0.18% 0.89% -
XYZ 55.38 53 80.71 -
YUV 194.97 146.64 131.58 -
System Red Green Blue C M Y K H S L
Decimal 200 186 228 0.12 0.18 0 0.11 260 0.44 0.81
Hex C8 BA E4 C 12 0 B 104 2C 51
Octal 310 272 344 14 22 0 13 404 54 121
Binary 11001000 10111010 11100100 1100 10010 0 1011 100000100 101100 1010001

Color Harmonies of #C8BAE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8BAE4

Black with #C8BAE4

Text Example


Text Example

White with #C8BAE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8BAE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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