Html Css Color HEX #B09CE8 Biloba Flower

📋 copy color: '#B09CE8'

red 176 ◦ green 156 ◦ blue 232

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

Shades of Biloba Flower #B09CE8

Tints of Biloba Flower #B09CE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 41.13%

R = 31.21%
G = 27.66%
B = 41.13%

CMYK

 C value IS 0.24

 M value IS 0.33

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B09CE8 (or 0xB09CE8) is known color: Biloba Flower. HEX triplet: B0, 9C and E8. RGB value is (176,156,232). Sum of RGB (Red+Green+Blue) = 176+156+232=564 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.21% from 564); Green value is 156 (61.33% from 255 or 27.66% from 564); Blue value is 232 (91.02% from 255 or 41.13% from 564); Max value from RGB is 232 - color contains mainly: blue. Hex color #B09CE8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B09CE8 is #4F6317. Grayscale: #AAAAAA. Windows color (decimal): -5202712 or 15244464. OLE color: 15244464.

HSL color Cylindrical-coordinate representation of color #B09CE8: hue angle of 255.79º degrees, saturation: 0.62, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B09CE8 is Cyan = 0.24, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 176 156 232 -
CMYK 0.24 0.33 0 0.09
HSL 255.79º 0.62% 0.76% -
HSV(B) 255.79º 0.33% 0.91% -
XYZ 44.36 38.83 81.5 -
YUV 170.64 162.63 131.82 -
System Red Green Blue C M Y K H S L
Decimal 176 156 232 0.24 0.33 0 0.09 255.79 0.62 0.76
Hex B0 9C E8 18 21 0 9 100 3E 4C
Octal 260 234 350 30 41 0 11 400 76 114
Binary 10110000 10011100 11101000 11000 100001 0 1001 100000000 111110 1001100

Color Harmonies of #B09CE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09CE8

Black with #B09CE8

Text Example


Text Example

White with #B09CE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09CE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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