Html Css Color HEX #BEB1CF Moon Raker

📋 copy color: '#BEB1CF'

red 190 ◦ green 177 ◦ blue 207

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

Shades of Moon Raker #BEB1CF

Tints of Moon Raker #BEB1CF

RGB

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

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

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

R = 33.1%
G = 30.84%
B = 36.06%

CMYK

 C value IS 0.08

 M value IS 0.14

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BEB1CF (or 0xBEB1CF) is known color: Moon Raker. HEX triplet: BE, B1 and CF. RGB value is (190,177,207). Sum of RGB (Red+Green+Blue) = 190+177+207=574 (76% of max value = 765). Red value is 190 (74.61% from 255 or 33.10% from 574); Green value is 177 (69.53% from 255 or 30.84% from 574); Blue value is 207 (81.25% from 255 or 36.06% from 574); Max value from RGB is 207 - color contains mainly: blue. Hex color #BEB1CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEB1CF is #414E30. Grayscale: #B8B8B8. Windows color (decimal): -4279857 or 13611454. OLE color: 13611454.

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

Color convert

RGB 190 177 207 -
CMYK 0.08 0.14 0 0.19
HSL 266º 0.24% 0.75% -
HSV(B) 266º 0.14% 0.81% -
XYZ 48.22 46.9 65.54 -
YUV 184.31 140.81 132.06 -
System Red Green Blue C M Y K H S L
Decimal 190 177 207 0.08 0.14 0 0.19 266 0.24 0.75
Hex BE B1 CF 8 E 0 13 10A 18 4B
Octal 276 261 317 10 16 0 23 412 30 113
Binary 10111110 10110001 11001111 1000 1110 0 10011 100001010 11000 1001011

Color Harmonies of #BEB1CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB1CF

Black with #BEB1CF

Text Example


Text Example

White with #BEB1CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB1CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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