Html Css Color HEX #B09BFE Biloba Flower

📋 copy color: '#B09BFE'

red 176 ◦ green 155 ◦ blue 254

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

Shades of Biloba Flower #B09BFE

Tints of Biloba Flower #B09BFE

RGB

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

 GREEN value IS 155 (60.94% from 255) = 26.5%

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

R = 30.09%
G = 26.5%
B = 43.42%

CMYK

 C value IS 0.31

 M value IS 0.39

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B09BFE (or 0xB09BFE) is known color: Biloba Flower. HEX triplet: B0, 9B and FE. RGB value is (176,155,254). Sum of RGB (Red+Green+Blue) = 176+155+254=585 (77% of max value = 765). Red value is 176 (69.14% from 255 or 30.09% from 585); Green value is 155 (60.94% from 255 or 26.50% from 585); Blue value is 254 (99.61% from 255 or 43.42% from 585); Max value from RGB is 254 - color contains mainly: blue. Hex color #B09BFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B09BFE is #4F6401. Grayscale: #ACACAC. Windows color (decimal): -5202946 or 16686000. OLE color: 16686000.

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

Color convert

RGB 176 155 254 -
CMYK 0.31 0.39 0 0.00
HSL 252.73º 0.98% 0.8% -
HSV(B) 252.73º 0.39% 1% -
XYZ 47.52 39.83 98.95 -
YUV 172.57 173.96 130.45 -
System Red Green Blue C M Y K H S L
Decimal 176 155 254 0.31 0.39 0 0.00 252.73 0.98 0.8
Hex B0 9B FE 1F 27 0 0 FD 62 50
Octal 260 233 376 37 47 0 0 375 142 120
Binary 10110000 10011011 11111110 11111 100111 0 0 11111101 1100010 1010000

Color Harmonies of #B09BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09BFE

Black with #B09BFE

Text Example


Text Example

White with #B09BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09BFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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