#C8BADB

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

Shades of Moon Raker #C8BADB

Tints of Moon Raker #C8BADB

Color information

#C8BADB (or 0xC8BADB) is unknown color: approx Moon Raker. HEX triplet: C8, BA and DB. RGB value is (200,186,219). Sum of RGB (Red+Green+Blue) = 200+186+219=605 (80% of max value = 765). Red value is 200 (78.52% from 255 or 33.06% from 605); Green value is 186 (73.05% from 255 or 30.74% from 605); Blue value is 219 (85.94% from 255 or 36.20% from 605); Max value from RGB is 219 - color contains mainly: blue. Hex color #C8BADB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8BADB is #374524. Grayscale: #C1C1C1. Windows color (decimal): -3622181 or 14400200. OLE color: 14400200.

HSL color Cylindrical-coordinate representation of color #C8BADB: hue angle of 265.45º degrees, saturation: 0.31, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C8BADB is Cyan = 0.09, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB200186219-
CMYK0.090.1500.14
HSL265.45º31.43%79.41%-
HSV(B)265.45º15.07%85.88%-
XYZ54.1652.5174.3-
YUV193.95142.14132.32-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 33.06%
GREEN value IS 186 (73.05% from 255) = 30.74%
BLUE value IS 219 (85.94% from 255) = 36.20%
R=33.06%
G=30.74%
B=36.20%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2001862190.090.1500.14265.4531.4379.41
HexC8BADB9F0E1091f4f
Octal310272333111701641137117
Binary1100100010111010110110111001111101110100001001111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BADB; }

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

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

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

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

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

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

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

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