Html Css Color HEX #B098C9 Biloba Flower

📋 copy color: '#B098C9'

red 176 ◦ green 152 ◦ blue 201

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

Shades of Biloba Flower #B098C9

Tints of Biloba Flower #B098C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 38%

R = 33.27%
G = 28.73%
B = 38%

CMYK

 C value IS 0.12

 M value IS 0.24

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B098C9 (or 0xB098C9) is known color: Biloba Flower. HEX triplet: B0, 98 and C9. RGB value is (176,152,201). Sum of RGB (Red+Green+Blue) = 176+152+201=529 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.27% from 529); Green value is 152 (59.77% from 255 or 28.73% from 529); Blue value is 201 (78.91% from 255 or 38.00% from 529); Max value from RGB is 201 - color contains mainly: blue. Hex color #B098C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B098C9 is #4F6736. Grayscale: #A4A4A4. Windows color (decimal): -5203767 or 13211824. OLE color: 13211824.

HSL color Cylindrical-coordinate representation of color #B098C9: hue angle of 269.39º degrees, saturation: 0.31, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B098C9 is Cyan = 0.12, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 176 152 201 -
CMYK 0.12 0.24 0 0.21
HSL 269.39º 0.31% 0.69% -
HSV(B) 269.39º 0.24% 0.79% -
XYZ 39.68 35.9 60.1 -
YUV 164.76 148.45 136.02 -
System Red Green Blue C M Y K H S L
Decimal 176 152 201 0.12 0.24 0 0.21 269.39 0.31 0.69
Hex B0 98 C9 C 18 0 15 10D 1F 45
Octal 260 230 311 14 30 0 25 415 37 105
Binary 10110000 10011000 11001001 1100 11000 0 10101 100001101 11111 1000101

Color Harmonies of #B098C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B098C9

Black with #B098C9

Text Example


Text Example

White with #B098C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B098C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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