Html Css Color HEX #BC92B2 London Hue

📋 copy color: '#BC92B2'

red 188 ◦ green 146 ◦ blue 178

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

Shades of London Hue #BC92B2

Tints of London Hue #BC92B2

RGB

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

 GREEN value IS 146 (57.42% from 255) = 28.52%

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

R = 36.72%
G = 28.52%
B = 34.77%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.05

 K value IS 0.26

RGB Variations

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

Color information

#BC92B2 (or 0xBC92B2) is known color: London Hue. HEX triplet: BC, 92 and B2. RGB value is (188,146,178). Sum of RGB (Red+Green+Blue) = 188+146+178=512 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.72% from 512); Green value is 146 (57.42% from 255 or 28.52% from 512); Blue value is 178 (69.92% from 255 or 34.77% from 512); Max value from RGB is 188 - color contains mainly: red. Hex color #BC92B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC92B2 is #436D4D. Grayscale: #A2A2A2. Windows color (decimal): -4418894 or 11702972. OLE color: 11702972.

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

Color convert

RGB 188 146 178 -
CMYK 0 0.22 0.05 0.26
HSL 314.29º 0.24% 0.65% -
HSV(B) 314.29º 0.22% 0.74% -
XYZ 39.05 34.46 46.71 -
YUV 162.21 136.91 146.4 -
System Red Green Blue C M Y K H S L
Decimal 188 146 178 0 0.22 0.05 0.26 314.29 0.24 0.65
Hex BC 92 B2 0 16 5 1A 13A 18 41
Octal 274 222 262 0 26 5 32 472 30 101
Binary 10111100 10010010 10110010 0 10110 101 11010 100111010 11000 1000001

Color Harmonies of #BC92B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC92B2

Black with #BC92B2

Text Example


Text Example

White with #BC92B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC92B2; }

 p { color: rgb(188,146,178); }

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

background-color css

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

 a { background-color: rgb(188,146,178); }

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

border-color css

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

 span { border-color: rgb(188,146,178); }

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