Html Css Color HEX #B09CEB Biloba Flower

📋 copy color: '#B09CEB'

red 176 ◦ green 156 ◦ blue 235

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

Shades of Biloba Flower #B09CEB

Tints of Biloba Flower #B09CEB

RGB

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

 GREEN value IS 156 (61.33% from 255) = 27.51%

 BLUE value IS 235 (92.19% from 255) = 41.45%

R = 31.04%
G = 27.51%
B = 41.45%

CMYK

 C value IS 0.25

 M value IS 0.34

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B09CEB (or 0xB09CEB) is known color: Biloba Flower. HEX triplet: B0, 9C and EB. RGB value is (176,156,235). Sum of RGB (Red+Green+Blue) = 176+156+235=567 (75% of max value = 765). Red value is 176 (69.14% from 255 or 31.04% from 567); Green value is 156 (61.33% from 255 or 27.51% from 567); Blue value is 235 (92.19% from 255 or 41.45% from 567); Max value from RGB is 235 - color contains mainly: blue. Hex color #B09CEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B09CEB is #4F6314. Grayscale: #AAAAAA. Windows color (decimal): -5202709 or 15441072. OLE color: 15441072.

HSL color Cylindrical-coordinate representation of color #B09CEB: hue angle of 255.19º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B09CEB is Cyan = 0.25, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 176 156 235 -
CMYK 0.25 0.34 0 0.08
HSL 255.19º 0.66% 0.77% -
HSV(B) 255.19º 0.34% 0.92% -
XYZ 44.79 39.01 83.77 -
YUV 170.99 164.13 131.58 -
System Red Green Blue C M Y K H S L
Decimal 176 156 235 0.25 0.34 0 0.08 255.19 0.66 0.77
Hex B0 9C EB 19 22 0 8 FF 42 4D
Octal 260 234 353 31 42 0 10 377 102 115
Binary 10110000 10011100 11101011 11001 100010 0 1000 11111111 1000010 1001101

Color Harmonies of #B09CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09CEB

Black with #B09CEB

Text Example


Text Example

White with #B09CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09CEB; }

 p { color: rgb(176,156,235); }

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

background-color css

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

 a { background-color: rgb(176,156,235); }

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

border-color css

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

 span { border-color: rgb(176,156,235); }

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