Html Css Color HEX #BC9EB8 London Hue

📋 copy color: '#BC9EB8'

red 188 ◦ green 158 ◦ blue 184

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

Shades of London Hue #BC9EB8

Tints of London Hue #BC9EB8

RGB

 RED value IS 188 (73.83% from 255) = 35.47%

 GREEN value IS 158 (62.11% from 255) = 29.81%

 BLUE value IS 184 (72.27% from 255) = 34.72%

R = 35.47%
G = 29.81%
B = 34.72%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.02

 K value IS 0.26

RGB Variations

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

Color information

#BC9EB8 (or 0xBC9EB8) is known color: London Hue. HEX triplet: BC, 9E and B8. RGB value is (188,158,184). Sum of RGB (Red+Green+Blue) = 188+158+184=530 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.47% from 530); Green value is 158 (62.11% from 255 or 29.81% from 530); Blue value is 184 (72.27% from 255 or 34.72% from 530); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9EB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC9EB8 is #436147. Grayscale: #A9A9A9. Windows color (decimal): -4415816 or 12099260. OLE color: 12099260.

HSL color Cylindrical-coordinate representation of color #BC9EB8: hue angle of 308º degrees, saturation: 0.18, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BC9EB8 is Cyan = 0, Magento = 0.16, Yellow = 0.02 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 158 184 -
CMYK 0 0.16 0.02 0.26
HSL 308º 0.18% 0.68% -
HSV(B) 308º 0.16% 0.74% -
XYZ 41.62 38.61 50.61 -
YUV 169.93 135.94 140.89 -
System Red Green Blue C M Y K H S L
Decimal 188 158 184 0 0.16 0.02 0.26 308 0.18 0.68
Hex BC 9E B8 0 10 2 1A 134 12 44
Octal 274 236 270 0 20 2 32 464 22 104
Binary 10111100 10011110 10111000 0 10000 10 11010 100110100 10010 1000100

Color Harmonies of #BC9EB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9EB8

Black with #BC9EB8

Text Example


Text Example

White with #BC9EB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9EB8; }

 p { color: rgb(188,158,184); }

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

background-color css

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

 a { background-color: rgb(188,158,184); }

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

border-color css

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

 span { border-color: rgb(188,158,184); }

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