Html Css Color HEX #B09CE0 Biloba Flower

📋 copy color: '#B09CE0'

red 176 ◦ green 156 ◦ blue 224

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

Shades of Biloba Flower #B09CE0

Tints of Biloba Flower #B09CE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 40.29%

R = 31.65%
G = 28.06%
B = 40.29%

CMYK

 C value IS 0.21

 M value IS 0.30

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B09CE0 (or 0xB09CE0) is known color: Biloba Flower. HEX triplet: B0, 9C and E0. RGB value is (176,156,224). Sum of RGB (Red+Green+Blue) = 176+156+224=556 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.65% from 556); Green value is 156 (61.33% from 255 or 28.06% from 556); Blue value is 224 (87.89% from 255 or 40.29% from 556); Max value from RGB is 224 - color contains mainly: blue. Hex color #B09CE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B09CE0 is #4F631F. Grayscale: #A9A9A9. Windows color (decimal): -5202720 or 14720176. OLE color: 14720176.

HSL color Cylindrical-coordinate representation of color #B09CE0: hue angle of 257.65º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B09CE0 is Cyan = 0.21, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 176 156 224 -
CMYK 0.21 0.30 0 0.12
HSL 257.65º 0.52% 0.75% -
HSV(B) 257.65º 0.3% 0.88% -
XYZ 43.25 38.39 75.65 -
YUV 169.73 158.63 132.47 -
System Red Green Blue C M Y K H S L
Decimal 176 156 224 0.21 0.30 0 0.12 257.65 0.52 0.75
Hex B0 9C E0 15 1E 0 C 102 34 4B
Octal 260 234 340 25 36 0 14 402 64 113
Binary 10110000 10011100 11100000 10101 11110 0 1100 100000010 110100 1001011

Color Harmonies of #B09CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09CE0

Black with #B09CE0

Text Example


Text Example

White with #B09CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09CE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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