Html Css Color HEX #BEB2D0 Moon Raker

📋 copy color: '#BEB2D0'

red 190 ◦ green 178 ◦ blue 208

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

Shades of Moon Raker #BEB2D0

Tints of Moon Raker #BEB2D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 36.11%

R = 32.99%
G = 30.9%
B = 36.11%

CMYK

 C value IS 0.09

 M value IS 0.14

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BEB2D0 (or 0xBEB2D0) is known color: Moon Raker. HEX triplet: BE, B2 and D0. RGB value is (190,178,208). Sum of RGB (Red+Green+Blue) = 190+178+208=576 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.99% from 576); Green value is 178 (69.92% from 255 or 30.90% from 576); Blue value is 208 (81.64% from 255 or 36.11% from 576); Max value from RGB is 208 - color contains mainly: blue. Hex color #BEB2D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEB2D0 is #414D2F. Grayscale: #B8B8B8. Windows color (decimal): -4279600 or 13677246. OLE color: 13677246.

HSL color Cylindrical-coordinate representation of color #BEB2D0: hue angle of 264º degrees, saturation: 0.24, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BEB2D0 is Cyan = 0.09, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 190 178 208 -
CMYK 0.09 0.14 0 0.18
HSL 264º 0.24% 0.76% -
HSV(B) 264º 0.14% 0.82% -
XYZ 48.54 47.34 66.25 -
YUV 185.01 140.98 131.56 -
System Red Green Blue C M Y K H S L
Decimal 190 178 208 0.09 0.14 0 0.18 264 0.24 0.76
Hex BE B2 D0 9 E 0 12 108 18 4C
Octal 276 262 320 11 16 0 22 410 30 114
Binary 10111110 10110010 11010000 1001 1110 0 10010 100001000 11000 1001100

Color Harmonies of #BEB2D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB2D0

Black with #BEB2D0

Text Example


Text Example

White with #BEB2D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB2D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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