Html Css Color HEX #B09EED Biloba Flower

📋 copy color: '#B09EED'

red 176 ◦ green 158 ◦ blue 237

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

Shades of Biloba Flower #B09EED

Tints of Biloba Flower #B09EED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 41.51%

R = 30.82%
G = 27.67%
B = 41.51%

CMYK

 C value IS 0.26

 M value IS 0.33

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B09EED (or 0xB09EED) is known color: Biloba Flower. HEX triplet: B0, 9E and ED. RGB value is (176,158,237). Sum of RGB (Red+Green+Blue) = 176+158+237=571 (75% of max value = 765). Red value is 176 (69.14% from 255 or 30.82% from 571); Green value is 158 (62.11% from 255 or 27.67% from 571); Blue value is 237 (92.97% from 255 or 41.51% from 571); Max value from RGB is 237 - color contains mainly: blue. Hex color #B09EED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B09EED is #4F6112. Grayscale: #ACACAC. Windows color (decimal): -5202195 or 15572656. OLE color: 15572656.

HSL color Cylindrical-coordinate representation of color #B09EED: hue angle of 253.67º degrees, saturation: 0.69, 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 #B09EED is Cyan = 0.26, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 176 158 237 -
CMYK 0.26 0.33 0 0.07
HSL 253.67º 0.69% 0.77% -
HSV(B) 253.67º 0.33% 0.93% -
XYZ 45.42 39.8 85.41 -
YUV 172.39 164.46 130.58 -
System Red Green Blue C M Y K H S L
Decimal 176 158 237 0.26 0.33 0 0.07 253.67 0.69 0.77
Hex B0 9E ED 1A 21 0 7 FE 45 4D
Octal 260 236 355 32 41 0 7 376 105 115
Binary 10110000 10011110 11101101 11010 100001 0 111 11111110 1000101 1001101

Color Harmonies of #B09EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09EED

Black with #B09EED

Text Example


Text Example

White with #B09EED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09EED; }

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

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

background-color css

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

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

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

border-color css

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

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

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