Html Css Color HEX #BE81BB London Hue

📋 copy color: '#BE81BB'

red 190 ◦ green 129 ◦ blue 187

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

Shades of London Hue #BE81BB

Tints of London Hue #BE81BB

RGB

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

 GREEN value IS 129 (50.78% from 255) = 25.49%

 BLUE value IS 187 (73.44% from 255) = 36.96%

R = 37.55%
G = 25.49%
B = 36.96%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#BE81BB (or 0xBE81BB) is known color: London Hue. HEX triplet: BE, 81 and BB. RGB value is (190,129,187). Sum of RGB (Red+Green+Blue) = 190+129+187=506 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.55% from 506); Green value is 129 (50.78% from 255 or 25.49% from 506); Blue value is 187 (73.44% from 255 or 36.96% from 506); Max value from RGB is 190 - color contains mainly: red. Hex color #BE81BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE81BB is #417E44. Grayscale: #999999. Windows color (decimal): -4292165 or 12288446. OLE color: 12288446.

HSL color Cylindrical-coordinate representation of color #BE81BB: hue angle of 302.95º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BE81BB is Cyan = 0, Magento = 0.32, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 129 187 -
CMYK 0 0.32 0.02 0.25
HSL 302.95º 0.32% 0.63% -
HSV(B) 302.95º 0.32% 0.75% -
XYZ 38.06 30.24 50.84 -
YUV 153.85 146.71 153.78 -
System Red Green Blue C M Y K H S L
Decimal 190 129 187 0 0.32 0.02 0.25 302.95 0.32 0.63
Hex BE 81 BB 0 20 2 19 12F 20 3F
Octal 276 201 273 0 40 2 31 457 40 77
Binary 10111110 10000001 10111011 0 100000 10 11001 100101111 100000 111111

Color Harmonies of #BE81BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE81BB

Black with #BE81BB

Text Example


Text Example

White with #BE81BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE81BB; }

 p { color: rgb(190,129,187); }

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

background-color css

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

 a { background-color: rgb(190,129,187); }

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

border-color css

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

 span { border-color: rgb(190,129,187); }

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