#C8BBF3

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

Shades of Melrose #C8BBF3

Tints of Melrose #C8BBF3

Color information

#C8BBF3 (or 0xC8BBF3) is unknown color: approx Melrose. HEX triplet: C8, BB and F3. RGB value is (200,187,243). Sum of RGB (Red+Green+Blue) = 200+187+243=630 (83% of max value = 765). Red value is 200 (78.52% from 255 or 31.75% from 630); Green value is 187 (73.44% from 255 or 29.68% from 630); Blue value is 243 (95.31% from 255 or 38.57% from 630); Max value from RGB is 243 - color contains mainly: blue. Hex color #C8BBF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8BBF3 is #37440C. Grayscale: #C5C5C5. Windows color (decimal): -3621901 or 15973320. OLE color: 15973320.

HSL color Cylindrical-coordinate representation of color #C8BBF3: hue angle of 253.93º 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 #C8BBF3 is Cyan = 0.18, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB200187243-
CMYK0.180.2300.05
HSL253.93º70%84.31%-
HSV(B)253.93º23.05%95.29%-
XYZ57.7754.2992.23-
YUV197.27153.81129.95-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 31.75%
GREEN value IS 187 (73.44% from 255) = 29.68%
BLUE value IS 243 (95.31% from 255) = 38.57%
R=31.75%
G=29.68%
B=38.57%

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
Decimal2001872430.180.2300.05253.937084.31
HexC8BBF3121705fe4654
Octal310273363222705376106124
Binary110010001011101111110011100101011101011111111010001101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BBF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BBF3; }

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

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

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

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

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

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

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

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