Html Css Color HEX #B285AC London Hue

📋 copy color: '#B285AC'

red 178 ◦ green 133 ◦ blue 172

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

Shades of London Hue #B285AC

Tints of London Hue #B285AC

RGB

 RED value IS 178 (69.92% from 255) = 36.85%

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

 BLUE value IS 172 (67.58% from 255) = 35.61%

R = 36.85%
G = 27.54%
B = 35.61%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.03

 K value IS 0.30

RGB Variations

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

Color information

#B285AC (or 0xB285AC) is known color: London Hue. HEX triplet: B2, 85 and AC. RGB value is (178,133,172). Sum of RGB (Red+Green+Blue) = 178+133+172=483 (63% of max value = 765). Red value is 178 (69.92% from 255 or 36.85% from 483); Green value is 133 (52.34% from 255 or 27.54% from 483); Blue value is 172 (67.58% from 255 or 35.61% from 483); Max value from RGB is 178 - color contains mainly: red. Hex color #B285AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B285AC is #4D7A53. Grayscale: #969696. Windows color (decimal): -5077588 or 11306418. OLE color: 11306418.

HSL color Cylindrical-coordinate representation of color #B285AC: hue angle of 308º degrees, saturation: 0.23, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B285AC is Cyan = 0, Magento = 0.25, Yellow = 0.03 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 133 172 -
CMYK 0 0.25 0.03 0.30
HSL 308º 0.23% 0.61% -
HSV(B) 308º 0.25% 0.7% -
XYZ 34.19 29.22 42.87 -
YUV 150.9 139.91 147.33 -
System Red Green Blue C M Y K H S L
Decimal 178 133 172 0 0.25 0.03 0.30 308 0.23 0.61
Hex B2 85 AC 0 19 3 1E 134 17 3D
Octal 262 205 254 0 31 3 36 464 27 75
Binary 10110010 10000101 10101100 0 11001 11 11110 100110100 10111 111101

Color Harmonies of #B285AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B285AC

Black with #B285AC

Text Example


Text Example

White with #B285AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B285AC; }

 p { color: rgb(178,133,172); }

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

background-color css

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

 a { background-color: rgb(178,133,172); }

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

border-color css

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

 span { border-color: rgb(178,133,172); }

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