Html Css Color HEX #B68AB4 London Hue

📋 copy color: '#B68AB4'

red 182 ◦ green 138 ◦ blue 180

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

Shades of London Hue #B68AB4

Tints of London Hue #B68AB4

RGB

 RED value IS 182 (71.48% from 255) = 36.4%

 GREEN value IS 138 (54.3% from 255) = 27.6%

 BLUE value IS 180 (70.7% from 255) = 36%

R = 36.4%
G = 27.6%
B = 36%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.01

 K value IS 0.29

RGB Variations

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

Color information

#B68AB4 (or 0xB68AB4) is known color: London Hue. HEX triplet: B6, 8A and B4. RGB value is (182,138,180). Sum of RGB (Red+Green+Blue) = 182+138+180=500 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.4% from 500); Green value is 138 (54.30% from 255 or 27.6% from 500); Blue value is 180 (70.70% from 255 or 36% from 500); Max value from RGB is 182 - color contains mainly: red. Hex color #B68AB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B68AB4 is #49754B. Grayscale: #9B9B9B. Windows color (decimal): -4814156 or 11831990. OLE color: 11831990.

HSL color Cylindrical-coordinate representation of color #B68AB4: hue angle of 302.73º degrees, saturation: 0.23, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B68AB4 is Cyan = 0, Magento = 0.24, Yellow = 0.01 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 138 180 -
CMYK 0 0.24 0.01 0.29
HSL 302.73º 0.23% 0.63% -
HSV(B) 302.73º 0.24% 0.71% -
XYZ 36.62 31.42 47.31 -
YUV 155.94 141.58 146.58 -
System Red Green Blue C M Y K H S L
Decimal 182 138 180 0 0.24 0.01 0.29 302.73 0.23 0.63
Hex B6 8A B4 0 18 1 1D 12F 17 3F
Octal 266 212 264 0 30 1 35 457 27 77
Binary 10110110 10001010 10110100 0 11000 1 11101 100101111 10111 111111

Color Harmonies of #B68AB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68AB4

Black with #B68AB4

Text Example


Text Example

White with #B68AB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68AB4; }

 p { color: rgb(182,138,180); }

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

background-color css

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

 a { background-color: rgb(182,138,180); }

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

border-color css

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

 span { border-color: rgb(182,138,180); }

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