Html Css Color HEX #C8BAEE Melrose

📋 copy color: '#C8BAEE'

red 200 ◦ green 186 ◦ blue 238

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

Shades of Melrose #C8BAEE

Tints of Melrose #C8BAEE

RGB

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

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

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

R = 32.05%
G = 29.81%
B = 38.14%

CMYK

 C value IS 0.16

 M value IS 0.22

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C8BAEE (or 0xC8BAEE) is known color: Melrose. HEX triplet: C8, BA and EE. RGB value is (200,186,238). Sum of RGB (Red+Green+Blue) = 200+186+238=624 (82% of max value = 765). Red value is 200 (78.52% from 255 or 32.05% from 624); Green value is 186 (73.05% from 255 or 29.81% from 624); Blue value is 238 (93.36% from 255 or 38.14% from 624); Max value from RGB is 238 - color contains mainly: blue. Hex color #C8BAEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8BAEE is #374511. Grayscale: #C3C3C3. Windows color (decimal): -3622162 or 15645384. OLE color: 15645384.

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

Color convert

RGB 200 186 238 -
CMYK 0.16 0.22 0 0.07
HSL 256.15º 0.6% 0.83% -
HSV(B) 256.15º 0.22% 0.93% -
XYZ 56.81 53.57 88.23 -
YUV 196.11 151.64 130.77 -
System Red Green Blue C M Y K H S L
Decimal 200 186 238 0.16 0.22 0 0.07 256.15 0.6 0.83
Hex C8 BA EE 10 16 0 7 100 3C 53
Octal 310 272 356 20 26 0 7 400 74 123
Binary 11001000 10111010 11101110 10000 10110 0 111 100000000 111100 1010011

Color Harmonies of #C8BAEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8BAEE

Black with #C8BAEE

Text Example


Text Example

White with #C8BAEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8BAEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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