Html Css Color HEX #BEB0CF Moon Raker

📋 copy color: '#BEB0CF'

red 190 ◦ green 176 ◦ blue 207

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

Shades of Moon Raker #BEB0CF

Tints of Moon Raker #BEB0CF

RGB

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

 GREEN value IS 176 (69.14% from 255) = 30.72%

 BLUE value IS 207 (81.25% from 255) = 36.13%

R = 33.16%
G = 30.72%
B = 36.13%

CMYK

 C value IS 0.08

 M value IS 0.15

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BEB0CF (or 0xBEB0CF) is known color: Moon Raker. HEX triplet: BE, B0 and CF. RGB value is (190,176,207). Sum of RGB (Red+Green+Blue) = 190+176+207=573 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.16% from 573); Green value is 176 (69.14% from 255 or 30.72% from 573); Blue value is 207 (81.25% from 255 or 36.13% from 573); Max value from RGB is 207 - color contains mainly: blue. Hex color #BEB0CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEB0CF is #414F30. Grayscale: #B7B7B7. Windows color (decimal): -4280113 or 13611198. OLE color: 13611198.

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

Color convert

RGB 190 176 207 -
CMYK 0.08 0.15 0 0.19
HSL 267.1º 0.24% 0.75% -
HSV(B) 267.1º 0.15% 0.81% -
XYZ 48.02 46.5 65.48 -
YUV 183.72 141.14 132.48 -
System Red Green Blue C M Y K H S L
Decimal 190 176 207 0.08 0.15 0 0.19 267.1 0.24 0.75
Hex BE B0 CF 8 F 0 13 10B 18 4B
Octal 276 260 317 10 17 0 23 413 30 113
Binary 10111110 10110000 11001111 1000 1111 0 10011 100001011 11000 1001011

Color Harmonies of #BEB0CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB0CF

Black with #BEB0CF

Text Example


Text Example

White with #BEB0CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB0CF; }

 p { color: rgb(190,176,207); }

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

background-color css

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

 a { background-color: rgb(190,176,207); }

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

border-color css

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

 span { border-color: rgb(190,176,207); }

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