Html Css Color HEX #B09BCC Biloba Flower

📋 copy color: '#B09BCC'

red 176 ◦ green 155 ◦ blue 204

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

Shades of Biloba Flower #B09BCC

Tints of Biloba Flower #B09BCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 38.13%

R = 32.9%
G = 28.97%
B = 38.13%

CMYK

 C value IS 0.14

 M value IS 0.24

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B09BCC (or 0xB09BCC) is known color: Biloba Flower. HEX triplet: B0, 9B and CC. RGB value is (176,155,204). Sum of RGB (Red+Green+Blue) = 176+155+204=535 (70% of max value = 765). Red value is 176 (69.14% from 255 or 32.90% from 535); Green value is 155 (60.94% from 255 or 28.97% from 535); Blue value is 204 (80.08% from 255 or 38.13% from 535); Max value from RGB is 204 - color contains mainly: blue. Hex color #B09BCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B09BCC is #4F6433. Grayscale: #A6A6A6. Windows color (decimal): -5202996 or 13409200. OLE color: 13409200.

HSL color Cylindrical-coordinate representation of color #B09BCC: hue angle of 265.71º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B09BCC is Cyan = 0.14, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 176 155 204 -
CMYK 0.14 0.24 0 0.2
HSL 265.71º 0.32% 0.7% -
HSV(B) 265.71º 0.24% 0.8% -
XYZ 40.52 37.03 62.14 -
YUV 166.87 148.96 134.52 -
System Red Green Blue C M Y K H S L
Decimal 176 155 204 0.14 0.24 0 0.2 265.71 0.32 0.7
Hex B0 9B CC E 18 0 14 10A 20 46
Octal 260 233 314 16 30 0 24 412 40 106
Binary 10110000 10011011 11001100 1110 11000 0 10100 100001010 100000 1000110

Color Harmonies of #B09BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09BCC

Black with #B09BCC

Text Example


Text Example

White with #B09BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09BCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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