Html Css Color HEX #BEB0DA Moon Raker

📋 copy color: '#BEB0DA'

red 190 ◦ green 176 ◦ blue 218

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

Shades of Moon Raker #BEB0DA

Tints of Moon Raker #BEB0DA

RGB

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

 GREEN value IS 176 (69.14% from 255) = 30.14%

 BLUE value IS 218 (85.55% from 255) = 37.33%

R = 32.53%
G = 30.14%
B = 37.33%

CMYK

 C value IS 0.13

 M value IS 0.19

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BEB0DA (or 0xBEB0DA) is known color: Moon Raker. HEX triplet: BE, B0 and DA. RGB value is (190,176,218). Sum of RGB (Red+Green+Blue) = 190+176+218=584 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.53% from 584); Green value is 176 (69.14% from 255 or 30.14% from 584); Blue value is 218 (85.55% from 255 or 37.33% from 584); Max value from RGB is 218 - color contains mainly: blue. Hex color #BEB0DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEB0DA is #414F25. Grayscale: #B8B8B8. Windows color (decimal): -4280102 or 14332094. OLE color: 14332094.

HSL color Cylindrical-coordinate representation of color #BEB0DA: hue angle of 260º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BEB0DA is Cyan = 0.13, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 190 176 218 -
CMYK 0.13 0.19 0 0.15
HSL 260º 0.36% 0.77% -
HSV(B) 260º 0.19% 0.85% -
XYZ 49.42 47.06 72.81 -
YUV 184.97 146.64 131.58 -
System Red Green Blue C M Y K H S L
Decimal 190 176 218 0.13 0.19 0 0.15 260 0.36 0.77
Hex BE B0 DA D 13 0 F 104 24 4D
Octal 276 260 332 15 23 0 17 404 44 115
Binary 10111110 10110000 11011010 1101 10011 0 1111 100000100 100100 1001101

Color Harmonies of #BEB0DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB0DA

Black with #BEB0DA

Text Example


Text Example

White with #BEB0DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB0DA; }

 p { color: rgb(190,176,218); }

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

background-color css

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

 a { background-color: rgb(190,176,218); }

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

border-color css

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

 span { border-color: rgb(190,176,218); }

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