Html Css Color HEX #BD97BA London Hue

📋 copy color: '#BD97BA'

red 189 ◦ green 151 ◦ blue 186

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

Shades of London Hue #BD97BA

Tints of London Hue #BD97BA

RGB

 RED value IS 189 (74.22% from 255) = 35.93%

 GREEN value IS 151 (59.38% from 255) = 28.71%

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

R = 35.93%
G = 28.71%
B = 35.36%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.02

 K value IS 0.26

RGB Variations

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

Color information

#BD97BA (or 0xBD97BA) is known color: London Hue. HEX triplet: BD, 97 and BA. RGB value is (189,151,186). Sum of RGB (Red+Green+Blue) = 189+151+186=526 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.93% from 526); Green value is 151 (59.38% from 255 or 28.71% from 526); Blue value is 186 (73.05% from 255 or 35.36% from 526); Max value from RGB is 189 - color contains mainly: red. Hex color #BD97BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD97BA is #426845. Grayscale: #A6A6A6. Windows color (decimal): -4352070 or 12228541. OLE color: 12228541.

HSL color Cylindrical-coordinate representation of color #BD97BA: hue angle of 304.74º degrees, saturation: 0.22, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BD97BA is Cyan = 0, Magento = 0.20, Yellow = 0.02 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 151 186 -
CMYK 0 0.20 0.02 0.26
HSL 304.74º 0.22% 0.67% -
HSV(B) 304.74º 0.2% 0.74% -
XYZ 40.92 36.5 51.34 -
YUV 166.35 139.09 144.15 -
System Red Green Blue C M Y K H S L
Decimal 189 151 186 0 0.20 0.02 0.26 304.74 0.22 0.67
Hex BD 97 BA 0 14 2 1A 131 16 43
Octal 275 227 272 0 24 2 32 461 26 103
Binary 10111101 10010111 10111010 0 10100 10 11010 100110001 10110 1000011

Color Harmonies of #BD97BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD97BA

Black with #BD97BA

Text Example


Text Example

White with #BD97BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD97BA; }

 p { color: rgb(189,151,186); }

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

background-color css

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

 a { background-color: rgb(189,151,186); }

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

border-color css

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

 span { border-color: rgb(189,151,186); }

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