#C8BAF3

Color #C8BAF3 Melrose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Melrose #C8BAF3

Tints of Melrose #C8BAF3

Color information

#C8BAF3 (or 0xC8BAF3) is unknown color: approx Melrose. HEX triplet: C8, BA and F3. RGB value is (200,186,243). Sum of RGB (Red+Green+Blue) = 200+186+243=629 (83% of max value = 765). Red value is 200 (78.52% from 255 or 31.80% from 629); Green value is 186 (73.05% from 255 or 29.57% from 629); Blue value is 243 (95.31% from 255 or 38.63% from 629); Max value from RGB is 243 - color contains mainly: blue. Hex color #C8BAF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8BAF3 is #37450C. Grayscale: #C4C4C4. Windows color (decimal): -3622157 or 15973064. OLE color: 15973064.

HSL color Cylindrical-coordinate representation of color #C8BAF3: hue angle of 254.74º degrees, saturation: 0.7, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C8BAF3 is Cyan = 0.18, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB200186243-
CMYK0.180.2300.05
HSL254.74º70.37%84.12%-
HSV(B)254.74º23.46%95.29%-
XYZ57.5653.8792.16-
YUV196.68154.14130.37-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 31.80%
GREEN value IS 186 (73.05% from 255) = 29.57%
BLUE value IS 243 (95.31% from 255) = 38.63%
R=31.80%
G=29.57%
B=38.63%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2001862430.180.2300.05254.7470.3784.12
HexC8BAF3121705ff4654
Octal310272363222705377106124
Binary110010001011101011110011100101011101011111111110001101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BAF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BAF3; }

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

 H1.HeaderClassName
 {
   color: #C8BAF3;
 }
 .AnyTagClassName
 {
   color: #C8BAF3;
 }
</style>
background-color css

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

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

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

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

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

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