Html Css Color HEX #B08CB6 East Side

📋 copy color: '#B08CB6'

red 176 ◦ green 140 ◦ blue 182

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

Shades of East Side #B08CB6

Tints of East Side #B08CB6

RGB

 RED value IS 176 (69.14% from 255) = 35.34%

 GREEN value IS 140 (55.08% from 255) = 28.11%

 BLUE value IS 182 (71.48% from 255) = 36.55%

R = 35.34%
G = 28.11%
B = 36.55%

CMYK

 C value IS 0.03

 M value IS 0.23

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#B08CB6 (or 0xB08CB6) is known color: East Side. HEX triplet: B0, 8C and B6. RGB value is (176,140,182). Sum of RGB (Red+Green+Blue) = 176+140+182=498 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.34% from 498); Green value is 140 (55.08% from 255 or 28.11% from 498); Blue value is 182 (71.48% from 255 or 36.55% from 498); Max value from RGB is 182 - color contains mainly: blue. Hex color #B08CB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B08CB6 is #4F7349. Grayscale: #9B9B9B. Windows color (decimal): -5206858 or 11963568. OLE color: 11963568.

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

Color convert

RGB 176 140 182 -
CMYK 0.03 0.23 0 0.29
HSL 291.43º 0.22% 0.63% -
HSV(B) 291.43º 0.23% 0.71% -
XYZ 35.73 31.36 48.43 -
YUV 155.55 142.93 142.58 -
System Red Green Blue C M Y K H S L
Decimal 176 140 182 0.03 0.23 0 0.29 291.43 0.22 0.63
Hex B0 8C B6 3 17 0 1D 123 16 3F
Octal 260 214 266 3 27 0 35 443 26 77
Binary 10110000 10001100 10110110 11 10111 0 11101 100100011 10110 111111

Color Harmonies of #B08CB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08CB6

Black with #B08CB6

Text Example


Text Example

White with #B08CB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08CB6; }

 p { color: rgb(176,140,182); }

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

background-color css

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

 a { background-color: rgb(176,140,182); }

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

border-color css

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

 span { border-color: rgb(176,140,182); }

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