Html Css Color HEX #B893B4 London Hue

📋 copy color: '#B893B4'

red 184 ◦ green 147 ◦ blue 180

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

Shades of London Hue #B893B4

Tints of London Hue #B893B4

RGB

 RED value IS 184 (72.27% from 255) = 36.01%

 GREEN value IS 147 (57.81% from 255) = 28.77%

 BLUE value IS 180 (70.7% from 255) = 35.23%

R = 36.01%
G = 28.77%
B = 35.23%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.02

 K value IS 0.28

RGB Variations

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

Color information

#B893B4 (or 0xB893B4) is known color: London Hue. HEX triplet: B8, 93 and B4. RGB value is (184,147,180). Sum of RGB (Red+Green+Blue) = 184+147+180=511 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.01% from 511); Green value is 147 (57.81% from 255 or 28.77% from 511); Blue value is 180 (70.70% from 255 or 35.23% from 511); Max value from RGB is 184 - color contains mainly: red. Hex color #B893B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B893B4 is #476C4B. Grayscale: #A1A1A1. Windows color (decimal): -4680780 or 11834296. OLE color: 11834296.

HSL color Cylindrical-coordinate representation of color #B893B4: hue angle of 306.49º degrees, saturation: 0.21, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B893B4 is Cyan = 0, Magento = 0.20, Yellow = 0.02 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 147 180 -
CMYK 0 0.20 0.02 0.28
HSL 306.49º 0.21% 0.65% -
HSV(B) 306.49º 0.2% 0.72% -
XYZ 38.44 34.35 47.78 -
YUV 161.83 138.26 143.82 -
System Red Green Blue C M Y K H S L
Decimal 184 147 180 0 0.20 0.02 0.28 306.49 0.21 0.65
Hex B8 93 B4 0 14 2 1C 132 15 41
Octal 270 223 264 0 24 2 34 462 25 101
Binary 10111000 10010011 10110100 0 10100 10 11100 100110010 10101 1000001

Color Harmonies of #B893B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B893B4

Black with #B893B4

Text Example


Text Example

White with #B893B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B893B4; }

 p { color: rgb(184,147,180); }

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

background-color css

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

 a { background-color: rgb(184,147,180); }

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

border-color css

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

 span { border-color: rgb(184,147,180); }

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