Html Css Color HEX #BEB4D5 Moon Raker

📋 copy color: '#BEB4D5'

red 190 ◦ green 180 ◦ blue 213

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

Shades of Moon Raker #BEB4D5

Tints of Moon Raker #BEB4D5

RGB

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

 GREEN value IS 180 (70.7% from 255) = 30.87%

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

R = 32.59%
G = 30.87%
B = 36.54%

CMYK

 C value IS 0.11

 M value IS 0.15

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BEB4D5 (or 0xBEB4D5) is known color: Moon Raker. HEX triplet: BE, B4 and D5. RGB value is (190,180,213). Sum of RGB (Red+Green+Blue) = 190+180+213=583 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.59% from 583); Green value is 180 (70.70% from 255 or 30.87% from 583); Blue value is 213 (83.59% from 255 or 36.54% from 583); Max value from RGB is 213 - color contains mainly: blue. Hex color #BEB4D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEB4D5 is #414B2A. Grayscale: #BABABA. Windows color (decimal): -4279083 or 14005438. OLE color: 14005438.

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

Color convert

RGB 190 180 213 -
CMYK 0.11 0.15 0 0.16
HSL 258.18º 0.28% 0.77% -
HSV(B) 258.18º 0.15% 0.84% -
XYZ 49.57 48.39 69.68 -
YUV 186.75 142.81 130.32 -
System Red Green Blue C M Y K H S L
Decimal 190 180 213 0.11 0.15 0 0.16 258.18 0.28 0.77
Hex BE B4 D5 B F 0 10 102 1C 4D
Octal 276 264 325 13 17 0 20 402 34 115
Binary 10111110 10110100 11010101 1011 1111 0 10000 100000010 11100 1001101

Color Harmonies of #BEB4D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB4D5

Black with #BEB4D5

Text Example


Text Example

White with #BEB4D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB4D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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