Html Css Color HEX #B09EBF East Side

📋 copy color: '#B09EBF'

red 176 ◦ green 158 ◦ blue 191

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

Shades of East Side #B09EBF

Tints of East Side #B09EBF

RGB

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

 GREEN value IS 158 (62.11% from 255) = 30.1%

 BLUE value IS 191 (75% from 255) = 36.38%

R = 33.52%
G = 30.1%
B = 36.38%

CMYK

 C value IS 0.08

 M value IS 0.17

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B09EBF (or 0xB09EBF) is known color: East Side. HEX triplet: B0, 9E and BF. RGB value is (176,158,191). Sum of RGB (Red+Green+Blue) = 176+158+191=525 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.52% from 525); Green value is 158 (62.11% from 255 or 30.10% from 525); Blue value is 191 (75% from 255 or 36.38% from 525); Max value from RGB is 191 - color contains mainly: blue. Hex color #B09EBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B09EBF is #4F6140. Grayscale: #A7A7A7. Windows color (decimal): -5202241 or 12558000. OLE color: 12558000.

HSL color Cylindrical-coordinate representation of color #B09EBF: hue angle of 272.73º degrees, saturation: 0.2, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B09EBF is Cyan = 0.08, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 176 158 191 -
CMYK 0.08 0.17 0 0.25
HSL 272.73º 0.2% 0.68% -
HSV(B) 272.73º 0.17% 0.75% -
XYZ 39.54 37.45 54.43 -
YUV 167.14 141.46 134.32 -
System Red Green Blue C M Y K H S L
Decimal 176 158 191 0.08 0.17 0 0.25 272.73 0.2 0.68
Hex B0 9E BF 8 11 0 19 111 14 44
Octal 260 236 277 10 21 0 31 421 24 104
Binary 10110000 10011110 10111111 1000 10001 0 11001 100010001 10100 1000100

Color Harmonies of #B09EBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09EBF

Black with #B09EBF

Text Example


Text Example

White with #B09EBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09EBF; }

 p { color: rgb(176,158,191); }

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

background-color css

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

 a { background-color: rgb(176,158,191); }

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

border-color css

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

 span { border-color: rgb(176,158,191); }

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