Html Css Color HEX #B09CC5 Biloba Flower

📋 copy color: '#B09CC5'

red 176 ◦ green 156 ◦ blue 197

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

Shades of Biloba Flower #B09CC5

Tints of Biloba Flower #B09CC5

RGB

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

 GREEN value IS 156 (61.33% from 255) = 29.49%

 BLUE value IS 197 (77.34% from 255) = 37.24%

R = 33.27%
G = 29.49%
B = 37.24%

CMYK

 C value IS 0.11

 M value IS 0.21

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#B09CC5 (or 0xB09CC5) is known color: Biloba Flower. HEX triplet: B0, 9C and C5. RGB value is (176,156,197). Sum of RGB (Red+Green+Blue) = 176+156+197=529 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.27% from 529); Green value is 156 (61.33% from 255 or 29.49% from 529); Blue value is 197 (77.34% from 255 or 37.24% from 529); Max value from RGB is 197 - color contains mainly: blue. Hex color #B09CC5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B09CC5 is #4F633A. Grayscale: #A6A6A6. Windows color (decimal): -5202747 or 12950704. OLE color: 12950704.

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

Color convert

RGB 176 156 197 -
CMYK 0.11 0.21 0 0.23
HSL 269.27º 0.26% 0.69% -
HSV(B) 269.27º 0.21% 0.77% -
XYZ 39.87 37.04 57.87 -
YUV 166.65 145.13 134.67 -
System Red Green Blue C M Y K H S L
Decimal 176 156 197 0.11 0.21 0 0.23 269.27 0.26 0.69
Hex B0 9C C5 B 15 0 17 10D 1A 45
Octal 260 234 305 13 25 0 27 415 32 105
Binary 10110000 10011100 11000101 1011 10101 0 10111 100001101 11010 1000101

Color Harmonies of #B09CC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09CC5

Black with #B09CC5

Text Example


Text Example

White with #B09CC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09CC5; }

 p { color: rgb(176,156,197); }

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

background-color css

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

 a { background-color: rgb(176,156,197); }

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

border-color css

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

 span { border-color: rgb(176,156,197); }

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