Html Css Color HEX #B08CBE East Side

📋 copy color: '#B08CBE'

red 176 ◦ green 140 ◦ blue 190

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

Shades of East Side #B08CBE

Tints of East Side #B08CBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 37.55%

R = 34.78%
G = 27.67%
B = 37.55%

CMYK

 C value IS 0.07

 M value IS 0.26

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B08CBE (or 0xB08CBE) is known color: East Side. HEX triplet: B0, 8C and BE. RGB value is (176,140,190). Sum of RGB (Red+Green+Blue) = 176+140+190=506 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.78% from 506); Green value is 140 (55.08% from 255 or 27.67% from 506); Blue value is 190 (74.61% from 255 or 37.55% from 506); Max value from RGB is 190 - color contains mainly: blue. Hex color #B08CBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B08CBE is #4F7341. Grayscale: #9C9C9C. Windows color (decimal): -5206850 or 12487856. OLE color: 12487856.

HSL color Cylindrical-coordinate representation of color #B08CBE: hue angle of 283.2º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B08CBE is Cyan = 0.07, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 176 140 190 -
CMYK 0.07 0.26 0 0.25
HSL 283.2º 0.28% 0.65% -
HSV(B) 283.2º 0.26% 0.75% -
XYZ 36.58 31.7 52.91 -
YUV 156.46 146.93 141.93 -
System Red Green Blue C M Y K H S L
Decimal 176 140 190 0.07 0.26 0 0.25 283.2 0.28 0.65
Hex B0 8C BE 7 1A 0 19 11B 1C 41
Octal 260 214 276 7 32 0 31 433 34 101
Binary 10110000 10001100 10111110 111 11010 0 11001 100011011 11100 1000001

Color Harmonies of #B08CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08CBE

Black with #B08CBE

Text Example


Text Example

White with #B08CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08CBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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