Html Css Color HEX #BEB1DA Moon Raker

📋 copy color: '#BEB1DA'

red 190 ◦ green 177 ◦ blue 218

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

Shades of Moon Raker #BEB1DA

Tints of Moon Raker #BEB1DA

RGB

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

 GREEN value IS 177 (69.53% from 255) = 30.26%

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

R = 32.48%
G = 30.26%
B = 37.26%

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

#BEB1DA (or 0xBEB1DA) is known color: Moon Raker. HEX triplet: BE, B1 and DA. RGB value is (190,177,218). Sum of RGB (Red+Green+Blue) = 190+177+218=585 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.48% from 585); Green value is 177 (69.53% from 255 or 30.26% from 585); Blue value is 218 (85.55% from 255 or 37.26% from 585); Max value from RGB is 218 - color contains mainly: blue. Hex color #BEB1DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEB1DA is #414E25. Grayscale: #B9B9B9. Windows color (decimal): -4279846 or 14332350. OLE color: 14332350.

HSL color Cylindrical-coordinate representation of color #BEB1DA: hue angle of 259.02º 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 #BEB1DA is Cyan = 0.13, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 190 177 218 -
CMYK 0.13 0.19 0 0.15
HSL 259.02º 0.36% 0.77% -
HSV(B) 259.02º 0.19% 0.85% -
XYZ 49.61 47.45 72.87 -
YUV 185.56 146.31 131.17 -
System Red Green Blue C M Y K H S L
Decimal 190 177 218 0.13 0.19 0 0.15 259.02 0.36 0.77
Hex BE B1 DA D 13 0 F 103 24 4D
Octal 276 261 332 15 23 0 17 403 44 115
Binary 10111110 10110001 11011010 1101 10011 0 1111 100000011 100100 1001101

Color Harmonies of #BEB1DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB1DA

Black with #BEB1DA

Text Example


Text Example

White with #BEB1DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB1DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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