Html Css Color HEX #BEB8CA Moon Raker

📋 copy color: '#BEB8CA'

red 190 ◦ green 184 ◦ blue 202

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

Shades of Moon Raker #BEB8CA

Tints of Moon Raker #BEB8CA

RGB

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

 GREEN value IS 184 (72.27% from 255) = 31.94%

 BLUE value IS 202 (79.3% from 255) = 35.07%

R = 32.99%
G = 31.94%
B = 35.07%

CMYK

 C value IS 0.06

 M value IS 0.09

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BEB8CA (or 0xBEB8CA) is known color: Moon Raker. HEX triplet: BE, B8 and CA. RGB value is (190,184,202). Sum of RGB (Red+Green+Blue) = 190+184+202=576 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.99% from 576); Green value is 184 (72.27% from 255 or 31.94% from 576); Blue value is 202 (79.30% from 255 or 35.07% from 576); Max value from RGB is 202 - color contains mainly: blue. Hex color #BEB8CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEB8CA is #414735. Grayscale: #BBBBBB. Windows color (decimal): -4278070 or 13285566. OLE color: 13285566.

HSL color Cylindrical-coordinate representation of color #BEB8CA: hue angle of 260º degrees, saturation: 0.15, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BEB8CA is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 190 184 202 -
CMYK 0.06 0.09 0 0.21
HSL 260º 0.15% 0.76% -
HSV(B) 260º 0.09% 0.79% -
XYZ 49.04 49.49 62.85 -
YUV 187.85 135.99 129.54 -
System Red Green Blue C M Y K H S L
Decimal 190 184 202 0.06 0.09 0 0.21 260 0.15 0.76
Hex BE B8 CA 6 9 0 15 104 F 4C
Octal 276 270 312 6 11 0 25 404 17 114
Binary 10111110 10111000 11001010 110 1001 0 10101 100000100 1111 1001100

Color Harmonies of #BEB8CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB8CA

Black with #BEB8CA

Text Example


Text Example

White with #BEB8CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB8CA; }

 p { color: rgb(190,184,202); }

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

background-color css

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

 a { background-color: rgb(190,184,202); }

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

border-color css

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

 span { border-color: rgb(190,184,202); }

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