Html Css Color HEX #B19CCB Biloba Flower

📋 copy color: '#B19CCB'

red 177 ◦ green 156 ◦ blue 203

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

Shades of Biloba Flower #B19CCB

Tints of Biloba Flower #B19CCB

RGB

 RED value IS 177 (69.53% from 255) = 33.02%

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

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

R = 33.02%
G = 29.1%
B = 37.87%

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

#B19CCB (or 0xB19CCB) is known color: Biloba Flower. HEX triplet: B1, 9C and CB. RGB value is (177,156,203). Sum of RGB (Red+Green+Blue) = 177+156+203=536 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.02% from 536); Green value is 156 (61.33% from 255 or 29.10% from 536); Blue value is 203 (79.69% from 255 or 37.87% from 536); Max value from RGB is 203 - color contains mainly: blue. Hex color #B19CCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B19CCB is #4E6334. Grayscale: #A7A7A7. Windows color (decimal): -5137205 or 13343921. OLE color: 13343921.

HSL color Cylindrical-coordinate representation of color #B19CCB: hue angle of 266.81º 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 #B19CCB is Cyan = 0.13, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 177 156 203 -
CMYK 0.13 0.23 0 0.20
HSL 266.81º 0.31% 0.7% -
HSV(B) 266.81º 0.23% 0.8% -
XYZ 40.8 37.44 61.58 -
YUV 167.64 147.96 134.68 -
System Red Green Blue C M Y K H S L
Decimal 177 156 203 0.13 0.23 0 0.20 266.81 0.31 0.7
Hex B1 9C CB D 17 0 14 10B 1F 46
Octal 261 234 313 15 27 0 24 413 37 106
Binary 10110001 10011100 11001011 1101 10111 0 10100 100001011 11111 1000110

Color Harmonies of #B19CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19CCB

Black with #B19CCB

Text Example


Text Example

White with #B19CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19CCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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