Html Css Color HEX #B09DCA Biloba Flower

📋 copy color: '#B09DCA'

red 176 ◦ green 157 ◦ blue 202

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

Shades of Biloba Flower #B09DCA

Tints of Biloba Flower #B09DCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 37.76%

R = 32.9%
G = 29.35%
B = 37.76%

CMYK

 C value IS 0.13

 M value IS 0.22

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B09DCA (or 0xB09DCA) is known color: Biloba Flower. HEX triplet: B0, 9D and CA. RGB value is (176,157,202). Sum of RGB (Red+Green+Blue) = 176+157+202=535 (70% of max value = 765). Red value is 176 (69.14% from 255 or 32.90% from 535); Green value is 157 (61.72% from 255 or 29.35% from 535); Blue value is 202 (79.30% from 255 or 37.76% from 535); Max value from RGB is 202 - color contains mainly: blue. Hex color #B09DCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B09DCA is #4F6235. Grayscale: #A7A7A7. Windows color (decimal): -5202486 or 13278640. OLE color: 13278640.

HSL color Cylindrical-coordinate representation of color #B09DCA: hue angle of 265.33º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B09DCA is Cyan = 0.13, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 176 157 202 -
CMYK 0.13 0.22 0 0.21
HSL 265.33º 0.3% 0.7% -
HSV(B) 265.33º 0.22% 0.79% -
XYZ 40.62 37.61 61 -
YUV 167.81 147.29 133.84 -
System Red Green Blue C M Y K H S L
Decimal 176 157 202 0.13 0.22 0 0.21 265.33 0.3 0.7
Hex B0 9D CA D 16 0 15 109 1E 46
Octal 260 235 312 15 26 0 25 411 36 106
Binary 10110000 10011101 11001010 1101 10110 0 10101 100001001 11110 1000110

Color Harmonies of #B09DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09DCA

Black with #B09DCA

Text Example


Text Example

White with #B09DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09DCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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