Html Css Color HEX #B09CCC Biloba Flower

📋 copy color: '#B09CCC'

red 176 ◦ green 156 ◦ blue 204

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

Shades of Biloba Flower #B09CCC

Tints of Biloba Flower #B09CCC

RGB

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

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

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

R = 32.84%
G = 29.1%
B = 38.06%

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

#B09CCC (or 0xB09CCC) is known color: Biloba Flower. HEX triplet: B0, 9C and CC. RGB value is (176,156,204). Sum of RGB (Red+Green+Blue) = 176+156+204=536 (70% of max value = 765). Red value is 176 (69.14% from 255 or 32.84% from 536); Green value is 156 (61.33% from 255 or 29.10% from 536); Blue value is 204 (80.08% from 255 or 38.06% from 536); Max value from RGB is 204 - color contains mainly: blue. Hex color #B09CCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B09CCC is #4F6333. Grayscale: #A7A7A7. Windows color (decimal): -5202740 or 13409456. OLE color: 13409456.

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

Color convert

RGB 176 156 204 -
CMYK 0.14 0.24 0 0.2
HSL 265º 0.32% 0.71% -
HSV(B) 265º 0.24% 0.8% -
XYZ 40.69 37.37 62.19 -
YUV 167.45 148.63 134.1 -
System Red Green Blue C M Y K H S L
Decimal 176 156 204 0.14 0.24 0 0.2 265 0.32 0.71
Hex B0 9C CC E 18 0 14 109 20 47
Octal 260 234 314 16 30 0 24 411 40 107
Binary 10110000 10011100 11001100 1110 11000 0 10100 100001001 100000 1000111

Color Harmonies of #B09CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09CCC

Black with #B09CCC

Text Example


Text Example

White with #B09CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09CCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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