Html Css Color HEX #BD90B2 London Hue

📋 copy color: '#BD90B2'

red 189 ◦ green 144 ◦ blue 178

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

Shades of London Hue #BD90B2

Tints of London Hue #BD90B2

RGB

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

 GREEN value IS 144 (56.64% from 255) = 28.18%

 BLUE value IS 178 (69.92% from 255) = 34.83%

R = 36.99%
G = 28.18%
B = 34.83%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.06

 K value IS 0.26

RGB Variations

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

Color information

#BD90B2 (or 0xBD90B2) is known color: London Hue. HEX triplet: BD, 90 and B2. RGB value is (189,144,178). Sum of RGB (Red+Green+Blue) = 189+144+178=511 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.99% from 511); Green value is 144 (56.64% from 255 or 28.18% from 511); Blue value is 178 (69.92% from 255 or 34.83% from 511); Max value from RGB is 189 - color contains mainly: red. Hex color #BD90B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD90B2 is #426F4D. Grayscale: #A1A1A1. Windows color (decimal): -4353870 or 11702461. OLE color: 11702461.

HSL color Cylindrical-coordinate representation of color #BD90B2: hue angle of 314.67º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BD90B2 is Cyan = 0, Magento = 0.24, Yellow = 0.06 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 144 178 -
CMYK 0 0.24 0.06 0.26
HSL 314.67º 0.25% 0.65% -
HSV(B) 314.67º 0.24% 0.74% -
XYZ 39 33.98 46.62 -
YUV 161.33 137.41 147.74 -
System Red Green Blue C M Y K H S L
Decimal 189 144 178 0 0.24 0.06 0.26 314.67 0.25 0.65
Hex BD 90 B2 0 18 6 1A 13B 19 41
Octal 275 220 262 0 30 6 32 473 31 101
Binary 10111101 10010000 10110010 0 11000 110 11010 100111011 11001 1000001

Color Harmonies of #BD90B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD90B2

Black with #BD90B2

Text Example


Text Example

White with #BD90B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD90B2; }

 p { color: rgb(189,144,178); }

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

background-color css

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

 a { background-color: rgb(189,144,178); }

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

border-color css

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

 span { border-color: rgb(189,144,178); }

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