Html Css Color HEX #B099FE Biloba Flower

📋 copy color: '#B099FE'

red 176 ◦ green 153 ◦ blue 254

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

Shades of Biloba Flower #B099FE

Tints of Biloba Flower #B099FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 43.57%

R = 30.19%
G = 26.24%
B = 43.57%

CMYK

 C value IS 0.31

 M value IS 0.40

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B099FE (or 0xB099FE) is known color: Biloba Flower. HEX triplet: B0, 99 and FE. RGB value is (176,153,254). Sum of RGB (Red+Green+Blue) = 176+153+254=583 (77% of max value = 765). Red value is 176 (69.14% from 255 or 30.19% from 583); Green value is 153 (60.16% from 255 or 26.24% from 583); Blue value is 254 (99.61% from 255 or 43.57% from 583); Max value from RGB is 254 - color contains mainly: blue. Hex color #B099FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B099FE is #4F6601. Grayscale: #ABABAB. Windows color (decimal): -5203458 or 16685488. OLE color: 16685488.

HSL color Cylindrical-coordinate representation of color #B099FE: hue angle of 253.66º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B099FE is Cyan = 0.31, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 176 153 254 -
CMYK 0.31 0.40 0 0.00
HSL 253.66º 0.98% 0.8% -
HSV(B) 253.66º 0.4% 1% -
XYZ 47.19 39.17 98.84 -
YUV 171.39 174.62 131.29 -
System Red Green Blue C M Y K H S L
Decimal 176 153 254 0.31 0.40 0 0.00 253.66 0.98 0.8
Hex B0 99 FE 1F 28 0 0 FE 62 50
Octal 260 231 376 37 50 0 0 376 142 120
Binary 10110000 10011001 11111110 11111 101000 0 0 11111110 1100010 1010000

Color Harmonies of #B099FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B099FE

Black with #B099FE

Text Example


Text Example

White with #B099FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B099FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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