#BEB0CD

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

Shades of Moon Raker #BEB0CD

Tints of Moon Raker #BEB0CD

Color information

#BEB0CD (or 0xBEB0CD) is unknown color: approx Moon Raker. HEX triplet: BE, B0 and CD. RGB value is (190,176,205). Sum of RGB (Red+Green+Blue) = 190+176+205=571 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.27% from 571); Green value is 176 (69.14% from 255 or 30.82% from 571); Blue value is 205 (80.47% from 255 or 35.90% from 571); Max value from RGB is 205 - color contains mainly: blue. Hex color #BEB0CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEB0CD is #414F32. Grayscale: #B7B7B7. Windows color (decimal): -4280115 or 13480126. OLE color: 13480126.

HSL color Cylindrical-coordinate representation of color #BEB0CD: hue angle of 268.97º degrees, saturation: 0.22, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BEB0CD is Cyan = 0.07, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB190176205-
CMYK0.070.1400.20
HSL268.97º22.48%74.71%-
HSV(B)268.97º14.15%80.39%-
XYZ47.7846.4164.2-
YUV183.49140.14132.64-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.27%
GREEN value IS 176 (69.14% from 255) = 30.82%
BLUE value IS 205 (80.47% from 255) = 35.90%
R=33.27%
G=30.82%
B=35.90%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1901762050.070.1400.20268.9722.4874.71
HexBEB0CD7E01410d164b
Octal27626031571602441526113
Binary1011111010110000110011011111110010100100001101101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB0CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB0CD; }

 p { color: rgb(190,176,205); }

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

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

 a { background-color: rgb(190,176,205); }

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

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

 span { border-color: rgb(190,176,205); }

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