#BEB6CB

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

Shades of Moon Raker #BEB6CB

Tints of Moon Raker #BEB6CB

Color information

#BEB6CB (or 0xBEB6CB) is unknown color: approx Moon Raker. HEX triplet: BE, B6 and CB. RGB value is (190,182,203). Sum of RGB (Red+Green+Blue) = 190+182+203=575 (76% of max value = 765). Red value is 190 (74.61% from 255 or 33.04% from 575); Green value is 182 (71.48% from 255 or 31.65% from 575); Blue value is 203 (79.69% from 255 or 35.30% from 575); Max value from RGB is 203 - color contains mainly: blue. Hex color #BEB6CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEB6CB is #414934. Grayscale: #BABABA. Windows color (decimal): -4278581 or 13350590. OLE color: 13350590.

HSL color Cylindrical-coordinate representation of color #BEB6CB: hue angle of 262.86º degrees, saturation: 0.17, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BEB6CB is Cyan = 0.06, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB190182203-
CMYK0.060.1000.20
HSL262.86º16.8%75.49%-
HSV(B)262.86º10.34%79.61%-
XYZ48.7448.7163.33-
YUV186.79137.15130.29-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.04%
GREEN value IS 182 (71.48% from 255) = 31.65%
BLUE value IS 203 (79.69% from 255) = 35.30%
R=33.04%
G=31.65%
B=35.30%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1901822030.060.1000.20262.8616.875.49
HexBEB6CB6A014107114b
Octal27626631361202440721113
Binary1011111010110110110010111101010010100100000111100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB6CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB6CB; }

 p { color: rgb(190,182,203); }

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

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

 a { background-color: rgb(190,182,203); }

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

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

 span { border-color: rgb(190,182,203); }

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