Html Css Color HEX #B098CA Biloba Flower

📋 copy color: '#B098CA'

red 176 ◦ green 152 ◦ blue 202

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

Shades of Biloba Flower #B098CA

Tints of Biloba Flower #B098CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 38.11%

R = 33.21%
G = 28.68%
B = 38.11%

CMYK

 C value IS 0.13

 M value IS 0.25

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B098CA (or 0xB098CA) is known color: Biloba Flower. HEX triplet: B0, 98 and CA. RGB value is (176,152,202). Sum of RGB (Red+Green+Blue) = 176+152+202=530 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.21% from 530); Green value is 152 (59.77% from 255 or 28.68% from 530); Blue value is 202 (79.30% from 255 or 38.11% from 530); Max value from RGB is 202 - color contains mainly: blue. Hex color #B098CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B098CA is #4F6735. Grayscale: #A4A4A4. Windows color (decimal): -5203766 or 13277360. OLE color: 13277360.

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

Color convert

RGB 176 152 202 -
CMYK 0.13 0.25 0 0.21
HSL 268.8º 0.32% 0.69% -
HSV(B) 268.8º 0.25% 0.79% -
XYZ 39.79 35.95 60.72 -
YUV 164.88 148.95 135.93 -
System Red Green Blue C M Y K H S L
Decimal 176 152 202 0.13 0.25 0 0.21 268.8 0.32 0.69
Hex B0 98 CA D 19 0 15 10D 20 45
Octal 260 230 312 15 31 0 25 415 40 105
Binary 10110000 10011000 11001010 1101 11001 0 10101 100001101 100000 1000101

Color Harmonies of #B098CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B098CA

Black with #B098CA

Text Example


Text Example

White with #B098CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B098CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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