Html Css Color HEX #B098D5 Biloba Flower

📋 copy color: '#B098D5'

red 176 ◦ green 152 ◦ blue 213

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

Shades of Biloba Flower #B098D5

Tints of Biloba Flower #B098D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 39.37%

R = 32.53%
G = 28.1%
B = 39.37%

CMYK

 C value IS 0.17

 M value IS 0.29

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B098D5 (or 0xB098D5) is known color: Biloba Flower. HEX triplet: B0, 98 and D5. RGB value is (176,152,213). Sum of RGB (Red+Green+Blue) = 176+152+213=541 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.53% from 541); Green value is 152 (59.77% from 255 or 28.10% from 541); Blue value is 213 (83.59% from 255 or 39.37% from 541); Max value from RGB is 213 - color contains mainly: blue. Hex color #B098D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B098D5 is #4F672A. Grayscale: #A5A5A5. Windows color (decimal): -5203755 or 13998256. OLE color: 13998256.

HSL color Cylindrical-coordinate representation of color #B098D5: hue angle of 263.61º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B098D5 is Cyan = 0.17, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 176 152 213 -
CMYK 0.17 0.29 0 0.16
HSL 263.61º 0.42% 0.72% -
HSV(B) 263.61º 0.29% 0.84% -
XYZ 41.14 36.49 67.83 -
YUV 166.13 154.45 135.04 -
System Red Green Blue C M Y K H S L
Decimal 176 152 213 0.17 0.29 0 0.16 263.61 0.42 0.72
Hex B0 98 D5 11 1D 0 10 108 2A 48
Octal 260 230 325 21 35 0 20 410 52 110
Binary 10110000 10011000 11010101 10001 11101 0 10000 100001000 101010 1001000

Color Harmonies of #B098D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B098D5

Black with #B098D5

Text Example


Text Example

White with #B098D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B098D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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