#BEB2CD

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

Shades of Moon Raker #BEB2CD

Tints of Moon Raker #BEB2CD

Color information

#BEB2CD (or 0xBEB2CD) is unknown color: approx Moon Raker. HEX triplet: BE, B2 and CD. RGB value is (190,178,205). Sum of RGB (Red+Green+Blue) = 190+178+205=573 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.16% from 573); Green value is 178 (69.92% from 255 or 31.06% from 573); Blue value is 205 (80.47% from 255 or 35.78% from 573); Max value from RGB is 205 - color contains mainly: blue. Hex color #BEB2CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEB2CD is #414D32. Grayscale: #B8B8B8. Windows color (decimal): -4279603 or 13480638. OLE color: 13480638.

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

Color convert

RGB190178205-
CMYK0.070.1300.20
HSL266.67º21.26%75.1%-
HSV(B)266.67º13.17%80.39%-
XYZ48.1847.264.33-
YUV184.67139.48131.8-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.16%
GREEN value IS 178 (69.92% from 255) = 31.06%
BLUE value IS 205 (80.47% from 255) = 35.78%
R=33.16%
G=31.06%
B=35.78%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1901782050.070.1300.20266.6721.2675.1
HexBEB2CD7D01410b154b
Octal27626231571502441325113
Binary1011111010110010110011011111101010100100001011101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB2CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB2CD; }

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

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

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

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

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

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

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

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