#BEB8CA

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

Shades of Moon Raker #BEB8CA

Tints of Moon Raker #BEB8CA

Color information

#BEB8CA (or 0xBEB8CA) is unknown color: approx Moon Raker. HEX triplet: BE, B8 and CA. RGB value is (190,184,202). Sum of RGB (Red+Green+Blue) = 190+184+202=576 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.99% from 576); Green value is 184 (72.27% from 255 or 31.94% from 576); Blue value is 202 (79.30% from 255 or 35.07% from 576); Max value from RGB is 202 - color contains mainly: blue. Hex color #BEB8CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEB8CA is #414735. Grayscale: #BBBBBB. Windows color (decimal): -4278070 or 13285566. OLE color: 13285566.

HSL color Cylindrical-coordinate representation of color #BEB8CA: hue angle of 260º degrees, saturation: 0.15, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BEB8CA is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB190184202-
CMYK0.060.0900.21
HSL260º14.52%75.69%-
HSV(B)260º8.91%79.22%-
XYZ49.0449.4962.85-
YUV187.85135.99129.54-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.99%
GREEN value IS 184 (72.27% from 255) = 31.94%
BLUE value IS 202 (79.30% from 255) = 35.07%
R=32.99%
G=31.94%
B=35.07%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1901842020.060.0900.2126014.5275.69
HexBEB8CA69015104f4c
Octal27627031261102540417114
Binary101111101011100011001010110100101010110000010011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB8CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB8CA; }

 p { color: rgb(190,184,202); }

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

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

 a { background-color: rgb(190,184,202); }

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

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

 span { border-color: rgb(190,184,202); }

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