#C8BEF3

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

Shades of Melrose #C8BEF3

Tints of Melrose #C8BEF3

Color information

#C8BEF3 (or 0xC8BEF3) is unknown color: approx Melrose. HEX triplet: C8, BE and F3. RGB value is (200,190,243). Sum of RGB (Red+Green+Blue) = 200+190+243=633 (83% of max value = 765). Red value is 200 (78.52% from 255 or 31.60% from 633); Green value is 190 (74.61% from 255 or 30.02% from 633); Blue value is 243 (95.31% from 255 or 38.39% from 633); Max value from RGB is 243 - color contains mainly: blue. Hex color #C8BEF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8BEF3 is #37410C. Grayscale: #C6C6C6. Windows color (decimal): -3621133 or 15974088. OLE color: 15974088.

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

Color convert

RGB200190243-
CMYK0.180.2200.05
HSL251.32º68.83%84.9%-
HSV(B)251.32º21.81%95.29%-
XYZ58.4155.5892.44-
YUV199.03152.81128.69-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 31.60%
GREEN value IS 190 (74.61% from 255) = 30.02%
BLUE value IS 243 (95.31% from 255) = 38.39%
R=31.60%
G=30.02%
B=38.39%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2001902430.180.2200.05251.3268.8384.9
HexC8BEF3121605fb4555
Octal310276363222605373105125
Binary110010001011111011110011100101011001011111101110001011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BEF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BEF3; }

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

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

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

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

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

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

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

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