Html Css Color HEX #BC99B5 London Hue

📋 copy color: '#BC99B5'

red 188 ◦ green 153 ◦ blue 181

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

Shades of London Hue #BC99B5

Tints of London Hue #BC99B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 34.67%

R = 36.02%
G = 29.31%
B = 34.67%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.04

 K value IS 0.26

RGB Variations

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

Color information

#BC99B5 (or 0xBC99B5) is known color: London Hue. HEX triplet: BC, 99 and B5. RGB value is (188,153,181). Sum of RGB (Red+Green+Blue) = 188+153+181=522 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.02% from 522); Green value is 153 (60.16% from 255 or 29.31% from 522); Blue value is 181 (71.09% from 255 or 34.67% from 522); Max value from RGB is 188 - color contains mainly: red. Hex color #BC99B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC99B5 is #43664A. Grayscale: #A6A6A6. Windows color (decimal): -4417099 or 11901372. OLE color: 11901372.

HSL color Cylindrical-coordinate representation of color #BC99B5: hue angle of 312º 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 #BC99B5 is Cyan = 0, Magento = 0.19, Yellow = 0.04 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 153 181 -
CMYK 0 0.19 0.04 0.26
HSL 312º 0.21% 0.67% -
HSV(B) 312º 0.19% 0.74% -
XYZ 40.47 36.81 48.69 -
YUV 166.66 136.1 143.22 -
System Red Green Blue C M Y K H S L
Decimal 188 153 181 0 0.19 0.04 0.26 312 0.21 0.67
Hex BC 99 B5 0 13 4 1A 138 15 43
Octal 274 231 265 0 23 4 32 470 25 103
Binary 10111100 10011001 10110101 0 10011 100 11010 100111000 10101 1000011

Color Harmonies of #BC99B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC99B5

Black with #BC99B5

Text Example


Text Example

White with #BC99B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC99B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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