#C0B1DF

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

Shades of Moon Raker #C0B1DF

Tints of Moon Raker #C0B1DF

Color information

#C0B1DF (or 0xC0B1DF) is unknown color: approx Moon Raker. HEX triplet: C0, B1 and DF. RGB value is (192,177,223). Sum of RGB (Red+Green+Blue) = 192+177+223=592 (78% of max value = 765). Red value is 192 (75.39% from 255 or 32.43% from 592); Green value is 177 (69.53% from 255 or 29.90% from 592); Blue value is 223 (87.5% from 255 or 37.67% from 592); Max value from RGB is 223 - color contains mainly: blue. Hex color #C0B1DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0B1DF is #3F4E20. Grayscale: #BABABA. Windows color (decimal): -4148769 or 14660032. OLE color: 14660032.

HSL color Cylindrical-coordinate representation of color #C0B1DF: hue angle of 259.57º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C0B1DF is Cyan = 0.14, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB192177223-
CMYK0.140.2100.13
HSL259.57º41.82%78.43%-
HSV(B)259.57º20.63%87.45%-
XYZ50.7847.9876.4-
YUV186.73148.47131.76-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 32.43%
GREEN value IS 177 (69.53% from 255) = 29.90%
BLUE value IS 223 (87.5% from 255) = 37.67%
R=32.43%
G=29.90%
B=37.67%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1921772230.140.2100.13259.5741.8278.43
HexC0B1DFE150D1042a4e
Octal300261337162501540452116
Binary110000001011000111011111111010101011011000001001010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B1DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B1DF; }

 p { color: rgb(192,177,223); }

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

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

 a { background-color: rgb(192,177,223); }

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

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

 span { border-color: rgb(192,177,223); }

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