Html Css Color HEX #B3A4CB Biloba Flower

📋 copy color: '#B3A4CB'

red 179 ◦ green 164 ◦ blue 203

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

Shades of Biloba Flower #B3A4CB

Tints of Biloba Flower #B3A4CB

RGB

 RED value IS 179 (70.31% from 255) = 32.78%

 GREEN value IS 164 (64.45% from 255) = 30.04%

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

R = 32.78%
G = 30.04%
B = 37.18%

CMYK

 C value IS 0.12

 M value IS 0.19

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B3A4CB (or 0xB3A4CB) is known color: Biloba Flower. HEX triplet: B3, A4 and CB. RGB value is (179,164,203). Sum of RGB (Red+Green+Blue) = 179+164+203=546 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.78% from 546); Green value is 164 (64.45% from 255 or 30.04% from 546); Blue value is 203 (79.69% from 255 or 37.18% from 546); Max value from RGB is 203 - color contains mainly: blue. Hex color #B3A4CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3A4CB is #4C5B34. Grayscale: #ACACAC. Windows color (decimal): -5004085 or 13345971. OLE color: 13345971.

HSL color Cylindrical-coordinate representation of color #B3A4CB: hue angle of 263.08º degrees, saturation: 0.27, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B3A4CB is Cyan = 0.12, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 179 164 203 -
CMYK 0.12 0.19 0 0.20
HSL 263.08º 0.27% 0.72% -
HSV(B) 263.08º 0.19% 0.8% -
XYZ 42.65 40.45 62.06 -
YUV 172.93 144.97 132.33 -
System Red Green Blue C M Y K H S L
Decimal 179 164 203 0.12 0.19 0 0.20 263.08 0.27 0.72
Hex B3 A4 CB C 13 0 14 107 1B 48
Octal 263 244 313 14 23 0 24 407 33 110
Binary 10110011 10100100 11001011 1100 10011 0 10100 100000111 11011 1001000

Color Harmonies of #B3A4CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3A4CB

Black with #B3A4CB

Text Example


Text Example

White with #B3A4CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3A4CB; }

 p { color: rgb(179,164,203); }

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

background-color css

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

 a { background-color: rgb(179,164,203); }

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

border-color css

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

 span { border-color: rgb(179,164,203); }

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