Html Css Color HEX #BEB1DC Moon Raker

📋 copy color: '#BEB1DC'

red 190 ◦ green 177 ◦ blue 220

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

Shades of Moon Raker #BEB1DC

Tints of Moon Raker #BEB1DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 37.48%

R = 32.37%
G = 30.15%
B = 37.48%

CMYK

 C value IS 0.14

 M value IS 0.20

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BEB1DC (or 0xBEB1DC) is known color: Moon Raker. HEX triplet: BE, B1 and DC. RGB value is (190,177,220). Sum of RGB (Red+Green+Blue) = 190+177+220=587 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.37% from 587); Green value is 177 (69.53% from 255 or 30.15% from 587); Blue value is 220 (86.33% from 255 or 37.48% from 587); Max value from RGB is 220 - color contains mainly: blue. Hex color #BEB1DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEB1DC is #414E23. Grayscale: #B9B9B9. Windows color (decimal): -4279844 or 14463422. OLE color: 14463422.

HSL color Cylindrical-coordinate representation of color #BEB1DC: hue angle of 258.14º degrees, saturation: 0.38, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BEB1DC is Cyan = 0.14, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 190 177 220 -
CMYK 0.14 0.20 0 0.14
HSL 258.14º 0.38% 0.78% -
HSV(B) 258.14º 0.2% 0.86% -
XYZ 49.88 47.56 74.26 -
YUV 185.79 147.31 131 -
System Red Green Blue C M Y K H S L
Decimal 190 177 220 0.14 0.20 0 0.14 258.14 0.38 0.78
Hex BE B1 DC E 14 0 E 102 26 4E
Octal 276 261 334 16 24 0 16 402 46 116
Binary 10111110 10110001 11011100 1110 10100 0 1110 100000010 100110 1001110

Color Harmonies of #BEB1DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB1DC

Black with #BEB1DC

Text Example


Text Example

White with #BEB1DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB1DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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