Html Css Color HEX #BEB6CE Moon Raker

📋 copy color: '#BEB6CE'

red 190 ◦ green 182 ◦ blue 206

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

Shades of Moon Raker #BEB6CE

Tints of Moon Raker #BEB6CE

RGB

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

 GREEN value IS 182 (71.48% from 255) = 31.49%

 BLUE value IS 206 (80.86% from 255) = 35.64%

R = 32.87%
G = 31.49%
B = 35.64%

CMYK

 C value IS 0.08

 M value IS 0.12

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BEB6CE (or 0xBEB6CE) is known color: Moon Raker. HEX triplet: BE, B6 and CE. RGB value is (190,182,206). Sum of RGB (Red+Green+Blue) = 190+182+206=578 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.87% from 578); Green value is 182 (71.48% from 255 or 31.49% from 578); Blue value is 206 (80.86% from 255 or 35.64% from 578); Max value from RGB is 206 - color contains mainly: blue. Hex color #BEB6CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEB6CE is #414931. Grayscale: #BBBBBB. Windows color (decimal): -4278578 or 13547198. OLE color: 13547198.

HSL color Cylindrical-coordinate representation of color #BEB6CE: hue angle of 260º degrees, saturation: 0.2, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BEB6CE is Cyan = 0.08, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 190 182 206 -
CMYK 0.08 0.12 0 0.19
HSL 260º 0.2% 0.76% -
HSV(B) 260º 0.12% 0.81% -
XYZ 49.1 48.86 65.24 -
YUV 187.13 138.65 130.05 -
System Red Green Blue C M Y K H S L
Decimal 190 182 206 0.08 0.12 0 0.19 260 0.2 0.76
Hex BE B6 CE 8 C 0 13 104 14 4C
Octal 276 266 316 10 14 0 23 404 24 114
Binary 10111110 10110110 11001110 1000 1100 0 10011 100000100 10100 1001100

Color Harmonies of #BEB6CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB6CE

Black with #BEB6CE

Text Example


Text Example

White with #BEB6CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB6CE; }

 p { color: rgb(190,182,206); }

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

background-color css

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

 a { background-color: rgb(190,182,206); }

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

border-color css

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

 span { border-color: rgb(190,182,206); }

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