Html Css Color HEX #B09BEE Biloba Flower

📋 copy color: '#B09BEE'

red 176 ◦ green 155 ◦ blue 238

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

Shades of Biloba Flower #B09BEE

Tints of Biloba Flower #B09BEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 41.83%

R = 30.93%
G = 27.24%
B = 41.83%

CMYK

 C value IS 0.26

 M value IS 0.35

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B09BEE (or 0xB09BEE) is known color: Biloba Flower. HEX triplet: B0, 9B and EE. RGB value is (176,155,238). Sum of RGB (Red+Green+Blue) = 176+155+238=569 (75% of max value = 765). Red value is 176 (69.14% from 255 or 30.93% from 569); Green value is 155 (60.94% from 255 or 27.24% from 569); Blue value is 238 (93.36% from 255 or 41.83% from 569); Max value from RGB is 238 - color contains mainly: blue. Hex color #B09BEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B09BEE is #4F6411. Grayscale: #AAAAAA. Windows color (decimal): -5202962 or 15637424. OLE color: 15637424.

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

Color convert

RGB 176 155 238 -
CMYK 0.26 0.35 0 0.07
HSL 255.18º 0.71% 0.77% -
HSV(B) 255.18º 0.35% 0.93% -
XYZ 45.06 38.85 86.01 -
YUV 170.74 165.96 131.75 -
System Red Green Blue C M Y K H S L
Decimal 176 155 238 0.26 0.35 0 0.07 255.18 0.71 0.77
Hex B0 9B EE 1A 23 0 7 FF 47 4D
Octal 260 233 356 32 43 0 7 377 107 115
Binary 10110000 10011011 11101110 11010 100011 0 111 11111111 1000111 1001101

Color Harmonies of #B09BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09BEE

Black with #B09BEE

Text Example


Text Example

White with #B09BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09BEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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