Html Css Color HEX #BEB5D0 Moon Raker

📋 copy color: '#BEB5D0'

red 190 ◦ green 181 ◦ blue 208

#BEB5D0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Moon Raker #BEB5D0

Tints of Moon Raker #BEB5D0

RGB

 RED value IS 190 (74.61% from 255) = 32.82%

 GREEN value IS 181 (71.09% from 255) = 31.26%

 BLUE value IS 208 (81.64% from 255) = 35.92%

R = 32.82%
G = 31.26%
B = 35.92%

CMYK

 C value IS 0.09

 M value IS 0.13

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BEB5D0 (or 0xBEB5D0) is known color: Moon Raker. HEX triplet: BE, B5 and D0. RGB value is (190,181,208). Sum of RGB (Red+Green+Blue) = 190+181+208=579 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.82% from 579); Green value is 181 (71.09% from 255 or 31.26% from 579); Blue value is 208 (81.64% from 255 or 35.92% from 579); Max value from RGB is 208 - color contains mainly: blue. Hex color #BEB5D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEB5D0 is #414A2F. Grayscale: #BABABA. Windows color (decimal): -4278832 or 13678014. OLE color: 13678014.

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

Color convert

RGB 190 181 208 -
CMYK 0.09 0.13 0 0.18
HSL 260º 0.22% 0.76% -
HSV(B) 260º 0.13% 0.82% -
XYZ 49.14 48.55 66.46 -
YUV 186.77 139.98 130.3 -
System Red Green Blue C M Y K H S L
Decimal 190 181 208 0.09 0.13 0 0.18 260 0.22 0.76
Hex BE B5 D0 9 D 0 12 104 16 4C
Octal 276 265 320 11 15 0 22 404 26 114
Binary 10111110 10110101 11010000 1001 1101 0 10010 100000100 10110 1001100

Color Harmonies of #BEB5D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB5D0

Black with #BEB5D0

Text Example


Text Example

White with #BEB5D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB5D0; }

 p { color: rgb(190,181,208); }

 H1.HeaderClassName
 {
   color: #BEB5D0;
 }
 .AnyTagClassName
 {
   color: #BEB5D0;
 }
</style>

background-color css

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

 a { background-color: rgb(190,181,208); }

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

border-color css

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

 span { border-color: rgb(190,181,208); }

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