Html Css Color HEX #B09CCF Biloba Flower

📋 copy color: '#B09CCF'

red 176 ◦ green 156 ◦ blue 207

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

Shades of Biloba Flower #B09CCF

Tints of Biloba Flower #B09CCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 38.4%

R = 32.65%
G = 28.94%
B = 38.4%

CMYK

 C value IS 0.15

 M value IS 0.25

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B09CCF (or 0xB09CCF) is known color: Biloba Flower. HEX triplet: B0, 9C and CF. RGB value is (176,156,207). Sum of RGB (Red+Green+Blue) = 176+156+207=539 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.65% from 539); Green value is 156 (61.33% from 255 or 28.94% from 539); Blue value is 207 (81.25% from 255 or 38.40% from 539); Max value from RGB is 207 - color contains mainly: blue. Hex color #B09CCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B09CCF is #4F6330. Grayscale: #A7A7A7. Windows color (decimal): -5202737 or 13606064. OLE color: 13606064.

HSL color Cylindrical-coordinate representation of color #B09CCF: hue angle of 263.53º degrees, saturation: 0.35, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B09CCF is Cyan = 0.15, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 176 156 207 -
CMYK 0.15 0.25 0 0.19
HSL 263.53º 0.35% 0.71% -
HSV(B) 263.53º 0.25% 0.81% -
XYZ 41.06 37.51 64.11 -
YUV 167.79 150.13 133.85 -
System Red Green Blue C M Y K H S L
Decimal 176 156 207 0.15 0.25 0 0.19 263.53 0.35 0.71
Hex B0 9C CF F 19 0 13 108 23 47
Octal 260 234 317 17 31 0 23 410 43 107
Binary 10110000 10011100 11001111 1111 11001 0 10011 100001000 100011 1000111

Color Harmonies of #B09CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09CCF

Black with #B09CCF

Text Example


Text Example

White with #B09CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09CCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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