#BEB2CB

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

Shades of Moon Raker #BEB2CB

Tints of Moon Raker #BEB2CB

Color information

#BEB2CB (or 0xBEB2CB) is unknown color: approx Moon Raker. HEX triplet: BE, B2 and CB. RGB value is (190,178,203). Sum of RGB (Red+Green+Blue) = 190+178+203=571 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.27% from 571); Green value is 178 (69.92% from 255 or 31.17% from 571); Blue value is 203 (79.69% from 255 or 35.55% from 571); Max value from RGB is 203 - color contains mainly: blue. Hex color #BEB2CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEB2CB is #414D34. Grayscale: #B8B8B8. Windows color (decimal): -4279605 or 13349566. OLE color: 13349566.

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

Color convert

RGB190178203-
CMYK0.060.1200.20
HSL268.8º19.38%74.71%-
HSV(B)268.8º12.32%79.61%-
XYZ47.9447.163.06-
YUV184.44138.48131.97-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.27%
GREEN value IS 178 (69.92% from 255) = 31.17%
BLUE value IS 203 (79.69% from 255) = 35.55%
R=33.27%
G=31.17%
B=35.55%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1901782030.060.1200.20268.819.3874.71
HexBEB2CB6C01410d134b
Octal27626231361402441523113
Binary1011111010110010110010111101100010100100001101100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB2CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB2CB; }

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

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

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

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

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

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

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

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