Html Css Color HEX #B09CCB Biloba Flower

📋 copy color: '#B09CCB'

red 176 ◦ green 156 ◦ blue 203

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

Shades of Biloba Flower #B09CCB

Tints of Biloba Flower #B09CCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 37.94%

R = 32.9%
G = 29.16%
B = 37.94%

CMYK

 C value IS 0.13

 M value IS 0.23

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B09CCB (or 0xB09CCB) is known color: Biloba Flower. HEX triplet: B0, 9C and CB. RGB value is (176,156,203). Sum of RGB (Red+Green+Blue) = 176+156+203=535 (70% of max value = 765). Red value is 176 (69.14% from 255 or 32.90% from 535); Green value is 156 (61.33% from 255 or 29.16% from 535); Blue value is 203 (79.69% from 255 or 37.94% from 535); Max value from RGB is 203 - color contains mainly: blue. Hex color #B09CCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B09CCB is #4F6334. Grayscale: #A7A7A7. Windows color (decimal): -5202741 or 13343920. OLE color: 13343920.

HSL color Cylindrical-coordinate representation of color #B09CCB: hue angle of 265.53º degrees, saturation: 0.31, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B09CCB is Cyan = 0.13, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 176 156 203 -
CMYK 0.13 0.23 0 0.20
HSL 265.53º 0.31% 0.7% -
HSV(B) 265.53º 0.23% 0.8% -
XYZ 40.57 37.32 61.56 -
YUV 167.34 148.13 134.18 -
System Red Green Blue C M Y K H S L
Decimal 176 156 203 0.13 0.23 0 0.20 265.53 0.31 0.7
Hex B0 9C CB D 17 0 14 10A 1F 46
Octal 260 234 313 15 27 0 24 412 37 106
Binary 10110000 10011100 11001011 1101 10111 0 10100 100001010 11111 1000110

Color Harmonies of #B09CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09CCB

Black with #B09CCB

Text Example


Text Example

White with #B09CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09CCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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