#C8BFEE

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

Shades of Melrose #C8BFEE

Tints of Melrose #C8BFEE

Color information

#C8BFEE (or 0xC8BFEE) is unknown color: approx Melrose. HEX triplet: C8, BF and EE. RGB value is (200,191,238). Sum of RGB (Red+Green+Blue) = 200+191+238=629 (83% of max value = 765). Red value is 200 (78.52% from 255 or 31.80% from 629); Green value is 191 (75% from 255 or 30.37% from 629); Blue value is 238 (93.36% from 255 or 37.84% from 629); Max value from RGB is 238 - color contains mainly: blue. Hex color #C8BFEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8BFEE is #374011. Grayscale: #C6C6C6. Windows color (decimal): -3620882 or 15646664. OLE color: 15646664.

HSL color Cylindrical-coordinate representation of color #C8BFEE: hue angle of 251.49º degrees, saturation: 0.58, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C8BFEE is Cyan = 0.16, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB200191238-
CMYK0.160.2000.07
HSL251.49º58.02%84.12%-
HSV(B)251.49º19.75%93.33%-
XYZ57.8855.7188.59-
YUV199.05149.98128.68-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 31.80%
GREEN value IS 191 (75% from 255) = 30.37%
BLUE value IS 238 (93.36% from 255) = 37.84%
R=31.80%
G=30.37%
B=37.84%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2001912380.160.2000.07251.4958.0284.12
HexC8BFEE101407fb3a54
Octal31027735620240737372124
Binary11001000101111111110111010000101000111111110111110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BFEE; }

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

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

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

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

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

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

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

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