Html Css Color HEX #BC99B9 London Hue

📋 copy color: '#BC99B9'

red 188 ◦ green 153 ◦ blue 185

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

Shades of London Hue #BC99B9

Tints of London Hue #BC99B9

RGB

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

 GREEN value IS 153 (60.16% from 255) = 29.09%

 BLUE value IS 185 (72.66% from 255) = 35.17%

R = 35.74%
G = 29.09%
B = 35.17%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.02

 K value IS 0.26

RGB Variations

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

Color information

#BC99B9 (or 0xBC99B9) is known color: London Hue. HEX triplet: BC, 99 and B9. RGB value is (188,153,185). Sum of RGB (Red+Green+Blue) = 188+153+185=526 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.74% from 526); Green value is 153 (60.16% from 255 or 29.09% from 526); Blue value is 185 (72.66% from 255 or 35.17% from 526); Max value from RGB is 188 - color contains mainly: red. Hex color #BC99B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC99B9 is #436646. Grayscale: #A7A7A7. Windows color (decimal): -4417095 or 12163516. OLE color: 12163516.

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

Color convert

RGB 188 153 185 -
CMYK 0 0.19 0.02 0.26
HSL 305.14º 0.21% 0.67% -
HSV(B) 305.14º 0.19% 0.74% -
XYZ 40.89 36.98 50.88 -
YUV 167.11 138.1 142.9 -
System Red Green Blue C M Y K H S L
Decimal 188 153 185 0 0.19 0.02 0.26 305.14 0.21 0.67
Hex BC 99 B9 0 13 2 1A 131 15 43
Octal 274 231 271 0 23 2 32 461 25 103
Binary 10111100 10011001 10111001 0 10011 10 11010 100110001 10101 1000011

Color Harmonies of #BC99B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC99B9

Black with #BC99B9

Text Example


Text Example

White with #BC99B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC99B9; }

 p { color: rgb(188,153,185); }

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

background-color css

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

 a { background-color: rgb(188,153,185); }

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

border-color css

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

 span { border-color: rgb(188,153,185); }

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