Html Css Color HEX #B09DC1 East Side

📋 copy color: '#B09DC1'

red 176 ◦ green 157 ◦ blue 193

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

Shades of East Side #B09DC1

Tints of East Side #B09DC1

RGB

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

 GREEN value IS 157 (61.72% from 255) = 29.85%

 BLUE value IS 193 (75.78% from 255) = 36.69%

R = 33.46%
G = 29.85%
B = 36.69%

CMYK

 C value IS 0.09

 M value IS 0.19

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B09DC1 (or 0xB09DC1) is known color: East Side. HEX triplet: B0, 9D and C1. RGB value is (176,157,193). Sum of RGB (Red+Green+Blue) = 176+157+193=526 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.46% from 526); Green value is 157 (61.72% from 255 or 29.85% from 526); Blue value is 193 (75.78% from 255 or 36.69% from 526); Max value from RGB is 193 - color contains mainly: blue. Hex color #B09DC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B09DC1 is #4F623E. Grayscale: #A6A6A6. Windows color (decimal): -5202495 or 12688816. OLE color: 12688816.

HSL color Cylindrical-coordinate representation of color #B09DC1: hue angle of 271.67º degrees, saturation: 0.22, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B09DC1 is Cyan = 0.09, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 176 157 193 -
CMYK 0.09 0.19 0 0.24
HSL 271.67º 0.23% 0.69% -
HSV(B) 271.67º 0.19% 0.76% -
XYZ 39.59 37.19 55.54 -
YUV 166.79 142.79 134.57 -
System Red Green Blue C M Y K H S L
Decimal 176 157 193 0.09 0.19 0 0.24 271.67 0.23 0.69
Hex B0 9D C1 9 13 0 18 110 16 45
Octal 260 235 301 11 23 0 30 420 26 105
Binary 10110000 10011101 11000001 1001 10011 0 11000 100010000 10110 1000101

Color Harmonies of #B09DC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09DC1

Black with #B09DC1

Text Example


Text Example

White with #B09DC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09DC1; }

 p { color: rgb(176,157,193); }

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

background-color css

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

 a { background-color: rgb(176,157,193); }

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

border-color css

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

 span { border-color: rgb(176,157,193); }

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