Html Css Color HEX #B098C4 East Side

📋 copy color: '#B098C4'

red 176 ◦ green 152 ◦ blue 196

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

Shades of East Side #B098C4

Tints of East Side #B098C4

RGB

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

 GREEN value IS 152 (59.77% from 255) = 29.01%

 BLUE value IS 196 (76.95% from 255) = 37.4%

R = 33.59%
G = 29.01%
B = 37.4%

CMYK

 C value IS 0.10

 M value IS 0.22

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#B098C4 (or 0xB098C4) is known color: East Side. HEX triplet: B0, 98 and C4. RGB value is (176,152,196). Sum of RGB (Red+Green+Blue) = 176+152+196=524 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.59% from 524); Green value is 152 (59.77% from 255 or 29.01% from 524); Blue value is 196 (76.95% from 255 or 37.40% from 524); Max value from RGB is 196 - color contains mainly: blue. Hex color #B098C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B098C4 is #4F673B. Grayscale: #A4A4A4. Windows color (decimal): -5203772 or 12884144. OLE color: 12884144.

HSL color Cylindrical-coordinate representation of color #B098C4: hue angle of 272.73º degrees, saturation: 0.27, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B098C4 is Cyan = 0.10, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 176 152 196 -
CMYK 0.10 0.22 0 0.23
HSL 272.73º 0.27% 0.68% -
HSV(B) 272.73º 0.22% 0.77% -
XYZ 39.1 35.67 57.05 -
YUV 164.19 145.95 136.42 -
System Red Green Blue C M Y K H S L
Decimal 176 152 196 0.10 0.22 0 0.23 272.73 0.27 0.68
Hex B0 98 C4 A 16 0 17 111 1B 44
Octal 260 230 304 12 26 0 27 421 33 104
Binary 10110000 10011000 11000100 1010 10110 0 10111 100010001 11011 1000100

Color Harmonies of #B098C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B098C4

Black with #B098C4

Text Example


Text Example

White with #B098C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B098C4; }

 p { color: rgb(176,152,196); }

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

background-color css

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

 a { background-color: rgb(176,152,196); }

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

border-color css

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

 span { border-color: rgb(176,152,196); }

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