Html Css Color HEX #B09EEC Biloba Flower

📋 copy color: '#B09EEC'

red 176 ◦ green 158 ◦ blue 236

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

Shades of Biloba Flower #B09EEC

Tints of Biloba Flower #B09EEC

RGB

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

 GREEN value IS 158 (62.11% from 255) = 27.72%

 BLUE value IS 236 (92.58% from 255) = 41.4%

R = 30.88%
G = 27.72%
B = 41.4%

CMYK

 C value IS 0.25

 M value IS 0.33

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B09EEC (or 0xB09EEC) is known color: Biloba Flower. HEX triplet: B0, 9E and EC. RGB value is (176,158,236). Sum of RGB (Red+Green+Blue) = 176+158+236=570 (75% of max value = 765). Red value is 176 (69.14% from 255 or 30.88% from 570); Green value is 158 (62.11% from 255 or 27.72% from 570); Blue value is 236 (92.58% from 255 or 41.40% from 570); Max value from RGB is 236 - color contains mainly: blue. Hex color #B09EEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B09EEC is #4F6113. Grayscale: #ABABAB. Windows color (decimal): -5202196 or 15507120. OLE color: 15507120.

HSL color Cylindrical-coordinate representation of color #B09EEC: hue angle of 253.85º degrees, saturation: 0.67, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B09EEC is Cyan = 0.25, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 176 158 236 -
CMYK 0.25 0.33 0 0.07
HSL 253.85º 0.67% 0.77% -
HSV(B) 253.85º 0.33% 0.93% -
XYZ 45.27 39.74 84.64 -
YUV 172.27 163.96 130.66 -
System Red Green Blue C M Y K H S L
Decimal 176 158 236 0.25 0.33 0 0.07 253.85 0.67 0.77
Hex B0 9E EC 19 21 0 7 FE 43 4D
Octal 260 236 354 31 41 0 7 376 103 115
Binary 10110000 10011110 11101100 11001 100001 0 111 11111110 1000011 1001101

Color Harmonies of #B09EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09EEC

Black with #B09EEC

Text Example


Text Example

White with #B09EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09EEC; }

 p { color: rgb(176,158,236); }

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

background-color css

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

 a { background-color: rgb(176,158,236); }

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

border-color css

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

 span { border-color: rgb(176,158,236); }

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