Html Css Color HEX #B099F3 Biloba Flower

📋 copy color: '#B099F3'

red 176 ◦ green 153 ◦ blue 243

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

Shades of Biloba Flower #B099F3

Tints of Biloba Flower #B099F3

RGB

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

 GREEN value IS 153 (60.16% from 255) = 26.75%

 BLUE value IS 243 (95.31% from 255) = 42.48%

R = 30.77%
G = 26.75%
B = 42.48%

CMYK

 C value IS 0.28

 M value IS 0.37

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B099F3 (or 0xB099F3) is known color: Biloba Flower. HEX triplet: B0, 99 and F3. RGB value is (176,153,243). Sum of RGB (Red+Green+Blue) = 176+153+243=572 (75% of max value = 765). Red value is 176 (69.14% from 255 or 30.77% from 572); Green value is 153 (60.16% from 255 or 26.75% from 572); Blue value is 243 (95.31% from 255 or 42.48% from 572); Max value from RGB is 243 - color contains mainly: blue. Hex color #B099F3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B099F3 is #4F660C. Grayscale: #A9A9A9. Windows color (decimal): -5203469 or 15964592. OLE color: 15964592.

HSL color Cylindrical-coordinate representation of color #B099F3: hue angle of 255.33º degrees, saturation: 0.79, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B099F3 is Cyan = 0.28, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 176 153 243 -
CMYK 0.28 0.37 0 0.05
HSL 255.33º 0.79% 0.78% -
HSV(B) 255.33º 0.37% 0.95% -
XYZ 45.47 38.48 89.83 -
YUV 170.14 169.12 132.18 -
System Red Green Blue C M Y K H S L
Decimal 176 153 243 0.28 0.37 0 0.05 255.33 0.79 0.78
Hex B0 99 F3 1C 25 0 5 FF 4F 4E
Octal 260 231 363 34 45 0 5 377 117 116
Binary 10110000 10011001 11110011 11100 100101 0 101 11111111 1001111 1001110

Color Harmonies of #B099F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B099F3

Black with #B099F3

Text Example


Text Example

White with #B099F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B099F3; }

 p { color: rgb(176,153,243); }

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

background-color css

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

 a { background-color: rgb(176,153,243); }

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

border-color css

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

 span { border-color: rgb(176,153,243); }

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