Html Css Color HEX #B09DD2 Biloba Flower

📋 copy color: '#B09DD2'

red 176 ◦ green 157 ◦ blue 210

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

Shades of Biloba Flower #B09DD2

Tints of Biloba Flower #B09DD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 38.67%

R = 32.41%
G = 28.91%
B = 38.67%

CMYK

 C value IS 0.16

 M value IS 0.25

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B09DD2 (or 0xB09DD2) is known color: Biloba Flower. HEX triplet: B0, 9D and D2. RGB value is (176,157,210). Sum of RGB (Red+Green+Blue) = 176+157+210=543 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.41% from 543); Green value is 157 (61.72% from 255 or 28.91% from 543); Blue value is 210 (82.42% from 255 or 38.67% from 543); Max value from RGB is 210 - color contains mainly: blue. Hex color #B09DD2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B09DD2 is #4F622D. Grayscale: #A8A8A8. Windows color (decimal): -5202478 or 13802928. OLE color: 13802928.

HSL color Cylindrical-coordinate representation of color #B09DD2: hue angle of 261.51º degrees, saturation: 0.37, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B09DD2 is Cyan = 0.16, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 176 157 210 -
CMYK 0.16 0.25 0 0.18
HSL 261.51º 0.37% 0.72% -
HSV(B) 261.51º 0.25% 0.82% -
XYZ 41.59 38 66.11 -
YUV 168.72 151.29 133.19 -
System Red Green Blue C M Y K H S L
Decimal 176 157 210 0.16 0.25 0 0.18 261.51 0.37 0.72
Hex B0 9D D2 10 19 0 12 106 25 48
Octal 260 235 322 20 31 0 22 406 45 110
Binary 10110000 10011101 11010010 10000 11001 0 10010 100000110 100101 1001000

Color Harmonies of #B09DD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09DD2

Black with #B09DD2

Text Example


Text Example

White with #B09DD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09DD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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