Html Css Color HEX #B09CEA Biloba Flower

📋 copy color: '#B09CEA'

red 176 ◦ green 156 ◦ blue 234

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

Shades of Biloba Flower #B09CEA

Tints of Biloba Flower #B09CEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 41.34%

R = 31.1%
G = 27.56%
B = 41.34%

CMYK

 C value IS 0.25

 M value IS 0.33

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B09CEA (or 0xB09CEA) is known color: Biloba Flower. HEX triplet: B0, 9C and EA. RGB value is (176,156,234). Sum of RGB (Red+Green+Blue) = 176+156+234=566 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.10% from 566); Green value is 156 (61.33% from 255 or 27.56% from 566); Blue value is 234 (91.80% from 255 or 41.34% from 566); Max value from RGB is 234 - color contains mainly: blue. Hex color #B09CEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B09CEA is #4F6315. Grayscale: #AAAAAA. Windows color (decimal): -5202710 or 15375536. OLE color: 15375536.

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

Color convert

RGB 176 156 234 -
CMYK 0.25 0.33 0 0.08
HSL 255.38º 0.65% 0.76% -
HSV(B) 255.38º 0.33% 0.92% -
XYZ 44.64 38.95 83.01 -
YUV 170.87 163.63 131.66 -
System Red Green Blue C M Y K H S L
Decimal 176 156 234 0.25 0.33 0 0.08 255.38 0.65 0.76
Hex B0 9C EA 19 21 0 8 FF 41 4C
Octal 260 234 352 31 41 0 10 377 101 114
Binary 10110000 10011100 11101010 11001 100001 0 1000 11111111 1000001 1001100

Color Harmonies of #B09CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09CEA

Black with #B09CEA

Text Example


Text Example

White with #B09CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09CEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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