Html Css Color HEX #B09DED Biloba Flower

📋 copy color: '#B09DED'

red 176 ◦ green 157 ◦ blue 237

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

Shades of Biloba Flower #B09DED

Tints of Biloba Flower #B09DED

RGB

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

 GREEN value IS 157 (61.72% from 255) = 27.54%

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

R = 30.88%
G = 27.54%
B = 41.58%

CMYK

 C value IS 0.26

 M value IS 0.34

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B09DED (or 0xB09DED) is known color: Biloba Flower. HEX triplet: B0, 9D and ED. RGB value is (176,157,237). Sum of RGB (Red+Green+Blue) = 176+157+237=570 (75% of max value = 765). Red value is 176 (69.14% from 255 or 30.88% from 570); Green value is 157 (61.72% from 255 or 27.54% from 570); Blue value is 237 (92.97% from 255 or 41.58% from 570); Max value from RGB is 237 - color contains mainly: blue. Hex color #B09DED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B09DED is #4F6212. Grayscale: #ABABAB. Windows color (decimal): -5202451 or 15572400. OLE color: 15572400.

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

Color convert

RGB 176 157 237 -
CMYK 0.26 0.34 0 0.07
HSL 254.25º 0.69% 0.77% -
HSV(B) 254.25º 0.34% 0.93% -
XYZ 45.25 39.46 85.35 -
YUV 171.8 164.79 131 -
System Red Green Blue C M Y K H S L
Decimal 176 157 237 0.26 0.34 0 0.07 254.25 0.69 0.77
Hex B0 9D ED 1A 22 0 7 FE 45 4D
Octal 260 235 355 32 42 0 7 376 105 115
Binary 10110000 10011101 11101101 11010 100010 0 111 11111110 1000101 1001101

Color Harmonies of #B09DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09DED

Black with #B09DED

Text Example


Text Example

White with #B09DED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09DED; }

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

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

background-color css

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

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

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

border-color css

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

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

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