Html Css Color HEX #BEB2D5 Moon Raker

📋 copy color: '#BEB2D5'

red 190 ◦ green 178 ◦ blue 213

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

Shades of Moon Raker #BEB2D5

Tints of Moon Raker #BEB2D5

RGB

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

 GREEN value IS 178 (69.92% from 255) = 30.64%

 BLUE value IS 213 (83.59% from 255) = 36.66%

R = 32.7%
G = 30.64%
B = 36.66%

CMYK

 C value IS 0.11

 M value IS 0.16

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BEB2D5 (or 0xBEB2D5) is known color: Moon Raker. HEX triplet: BE, B2 and D5. RGB value is (190,178,213). Sum of RGB (Red+Green+Blue) = 190+178+213=581 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.70% from 581); Green value is 178 (69.92% from 255 or 30.64% from 581); Blue value is 213 (83.59% from 255 or 36.66% from 581); Max value from RGB is 213 - color contains mainly: blue. Hex color #BEB2D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEB2D5 is #414D2A. Grayscale: #B9B9B9. Windows color (decimal): -4279595 or 14004926. OLE color: 14004926.

HSL color Cylindrical-coordinate representation of color #BEB2D5: hue angle of 260.57º degrees, saturation: 0.29, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BEB2D5 is Cyan = 0.11, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 190 178 213 -
CMYK 0.11 0.16 0 0.16
HSL 260.57º 0.29% 0.77% -
HSV(B) 260.57º 0.16% 0.84% -
XYZ 49.17 47.59 69.55 -
YUV 185.58 143.48 131.15 -
System Red Green Blue C M Y K H S L
Decimal 190 178 213 0.11 0.16 0 0.16 260.57 0.29 0.77
Hex BE B2 D5 B 10 0 10 105 1D 4D
Octal 276 262 325 13 20 0 20 405 35 115
Binary 10111110 10110010 11010101 1011 10000 0 10000 100000101 11101 1001101

Color Harmonies of #BEB2D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB2D5

Black with #BEB2D5

Text Example


Text Example

White with #BEB2D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB2D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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