#BEB7CB

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

Shades of Moon Raker #BEB7CB

Tints of Moon Raker #BEB7CB

Color information

#BEB7CB (or 0xBEB7CB) is unknown color: approx Moon Raker. HEX triplet: BE, B7 and CB. RGB value is (190,183,203). Sum of RGB (Red+Green+Blue) = 190+183+203=576 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.99% from 576); Green value is 183 (71.88% from 255 or 31.77% from 576); Blue value is 203 (79.69% from 255 or 35.24% from 576); Max value from RGB is 203 - color contains mainly: blue. Hex color #BEB7CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEB7CB is #414834. Grayscale: #BBBBBB. Windows color (decimal): -4278325 or 13350846. OLE color: 13350846.

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

Color convert

RGB190183203-
CMYK0.060.1000.20
HSL261º16.13%75.69%-
HSV(B)261º9.85%79.61%-
XYZ48.9549.1363.4-
YUV187.37136.82129.87-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.99%
GREEN value IS 183 (71.88% from 255) = 31.77%
BLUE value IS 203 (79.69% from 255) = 35.24%
R=32.99%
G=31.77%
B=35.24%

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
Decimal1901832030.060.1000.2026116.1375.69
HexBEB7CB6A014105104c
Octal27626731361202440520114
Binary1011111010110111110010111101010010100100000101100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB7CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB7CB; }

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

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

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

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

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

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

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

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