Html Css Color HEX #C8BAF0 Melrose

📋 copy color: '#C8BAF0'

red 200 ◦ green 186 ◦ blue 240

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

Shades of Melrose #C8BAF0

Tints of Melrose #C8BAF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 38.34%

R = 31.95%
G = 29.71%
B = 38.34%

CMYK

 C value IS 0.17

 M value IS 0.22

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C8BAF0 (or 0xC8BAF0) is known color: Melrose. HEX triplet: C8, BA and F0. RGB value is (200,186,240). Sum of RGB (Red+Green+Blue) = 200+186+240=626 (82% of max value = 765). Red value is 200 (78.52% from 255 or 31.95% from 626); Green value is 186 (73.05% from 255 or 29.71% from 626); Blue value is 240 (94.14% from 255 or 38.34% from 626); Max value from RGB is 240 - color contains mainly: blue. Hex color #C8BAF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8BAF0 is #37450F. Grayscale: #C4C4C4. Windows color (decimal): -3622160 or 15776456. OLE color: 15776456.

HSL color Cylindrical-coordinate representation of color #C8BAF0: hue angle of 255.56º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C8BAF0 is Cyan = 0.17, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 200 186 240 -
CMYK 0.17 0.22 0 0.06
HSL 255.56º 0.64% 0.84% -
HSV(B) 255.56º 0.23% 0.94% -
XYZ 57.11 53.69 89.79 -
YUV 196.34 152.64 130.61 -
System Red Green Blue C M Y K H S L
Decimal 200 186 240 0.17 0.22 0 0.06 255.56 0.64 0.84
Hex C8 BA F0 11 16 0 6 100 40 54
Octal 310 272 360 21 26 0 6 400 100 124
Binary 11001000 10111010 11110000 10001 10110 0 110 100000000 1000000 1010100

Color Harmonies of #C8BAF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8BAF0

Black with #C8BAF0

Text Example


Text Example

White with #C8BAF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8BAF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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