Html Css Color HEX #BE96BA London Hue

📋 copy color: '#BE96BA'

red 190 ◦ green 150 ◦ blue 186

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

Shades of London Hue #BE96BA

Tints of London Hue #BE96BA

RGB

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

 GREEN value IS 150 (58.98% from 255) = 28.52%

 BLUE value IS 186 (73.05% from 255) = 35.36%

R = 36.12%
G = 28.52%
B = 35.36%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#BE96BA (or 0xBE96BA) is known color: London Hue. HEX triplet: BE, 96 and BA. RGB value is (190,150,186). Sum of RGB (Red+Green+Blue) = 190+150+186=526 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.12% from 526); Green value is 150 (58.98% from 255 or 28.52% from 526); Blue value is 186 (73.05% from 255 or 35.36% from 526); Max value from RGB is 190 - color contains mainly: red. Hex color #BE96BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE96BA is #416945. Grayscale: #A5A5A5. Windows color (decimal): -4286790 or 12228286. OLE color: 12228286.

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

Color convert

RGB 190 150 186 -
CMYK 0 0.21 0.02 0.25
HSL 306º 0.24% 0.67% -
HSV(B) 306º 0.21% 0.75% -
XYZ 41 36.31 51.3 -
YUV 166.06 139.25 145.07 -
System Red Green Blue C M Y K H S L
Decimal 190 150 186 0 0.21 0.02 0.25 306 0.24 0.67
Hex BE 96 BA 0 15 2 19 132 18 43
Octal 276 226 272 0 25 2 31 462 30 103
Binary 10111110 10010110 10111010 0 10101 10 11001 100110010 11000 1000011

Color Harmonies of #BE96BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE96BA

Black with #BE96BA

Text Example


Text Example

White with #BE96BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE96BA; }

 p { color: rgb(190,150,186); }

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

background-color css

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

 a { background-color: rgb(190,150,186); }

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

border-color css

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

 span { border-color: rgb(190,150,186); }

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