Html Css Color HEX #B098CF Biloba Flower

📋 copy color: '#B098CF'

red 176 ◦ green 152 ◦ blue 207

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

Shades of Biloba Flower #B098CF

Tints of Biloba Flower #B098CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 38.69%

R = 32.9%
G = 28.41%
B = 38.69%

CMYK

 C value IS 0.15

 M value IS 0.27

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B098CF (or 0xB098CF) is known color: Biloba Flower. HEX triplet: B0, 98 and CF. RGB value is (176,152,207). Sum of RGB (Red+Green+Blue) = 176+152+207=535 (70% of max value = 765). Red value is 176 (69.14% from 255 or 32.90% from 535); Green value is 152 (59.77% from 255 or 28.41% from 535); Blue value is 207 (81.25% from 255 or 38.69% from 535); Max value from RGB is 207 - color contains mainly: blue. Hex color #B098CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B098CF is #4F6730. Grayscale: #A5A5A5. Windows color (decimal): -5203761 or 13605040. OLE color: 13605040.

HSL color Cylindrical-coordinate representation of color #B098CF: hue angle of 266.18º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B098CF is Cyan = 0.15, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 176 152 207 -
CMYK 0.15 0.27 0 0.19
HSL 266.18º 0.36% 0.7% -
HSV(B) 266.18º 0.27% 0.81% -
XYZ 40.4 36.19 63.89 -
YUV 165.45 151.45 135.53 -
System Red Green Blue C M Y K H S L
Decimal 176 152 207 0.15 0.27 0 0.19 266.18 0.36 0.7
Hex B0 98 CF F 1B 0 13 10A 24 46
Octal 260 230 317 17 33 0 23 412 44 106
Binary 10110000 10011000 11001111 1111 11011 0 10011 100001010 100100 1000110

Color Harmonies of #B098CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B098CF

Black with #B098CF

Text Example


Text Example

White with #B098CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B098CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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