Html Css Color HEX #BC85B8 London Hue

📋 copy color: '#BC85B8'

red 188 ◦ green 133 ◦ blue 184

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

Shades of London Hue #BC85B8

Tints of London Hue #BC85B8

RGB

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

 GREEN value IS 133 (52.34% from 255) = 26.34%

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

R = 37.23%
G = 26.34%
B = 36.44%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.02

 K value IS 0.26

RGB Variations

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

Color information

#BC85B8 (or 0xBC85B8) is known color: London Hue. HEX triplet: BC, 85 and B8. RGB value is (188,133,184). Sum of RGB (Red+Green+Blue) = 188+133+184=505 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.23% from 505); Green value is 133 (52.34% from 255 or 26.34% from 505); Blue value is 184 (72.27% from 255 or 36.44% from 505); Max value from RGB is 188 - color contains mainly: red. Hex color #BC85B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC85B8 is #437A47. Grayscale: #9B9B9B. Windows color (decimal): -4422216 or 12092860. OLE color: 12092860.

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

Color convert

RGB 188 133 184 -
CMYK 0 0.29 0.02 0.26
HSL 304.36º 0.29% 0.63% -
HSV(B) 304.36º 0.29% 0.74% -
XYZ 37.78 30.93 49.33 -
YUV 155.26 144.22 151.35 -
System Red Green Blue C M Y K H S L
Decimal 188 133 184 0 0.29 0.02 0.26 304.36 0.29 0.63
Hex BC 85 B8 0 1D 2 1A 130 1D 3F
Octal 274 205 270 0 35 2 32 460 35 77
Binary 10111100 10000101 10111000 0 11101 10 11010 100110000 11101 111111

Color Harmonies of #BC85B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC85B8

Black with #BC85B8

Text Example


Text Example

White with #BC85B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC85B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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