Html Css Color HEX #B4A4CE Biloba Flower

📋 copy color: '#B4A4CE'

red 180 ◦ green 164 ◦ blue 206

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

Shades of Biloba Flower #B4A4CE

Tints of Biloba Flower #B4A4CE

RGB

 RED value IS 180 (70.7% from 255) = 32.73%

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

 BLUE value IS 206 (80.86% from 255) = 37.45%

R = 32.73%
G = 29.82%
B = 37.45%

CMYK

 C value IS 0.13

 M value IS 0.20

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B4A4CE (or 0xB4A4CE) is known color: Biloba Flower. HEX triplet: B4, A4 and CE. RGB value is (180,164,206). Sum of RGB (Red+Green+Blue) = 180+164+206=550 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.73% from 550); Green value is 164 (64.45% from 255 or 29.82% from 550); Blue value is 206 (80.86% from 255 or 37.45% from 550); Max value from RGB is 206 - color contains mainly: blue. Hex color #B4A4CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4A4CE is #4B5B31. Grayscale: #ADADAD. Windows color (decimal): -4938546 or 13542580. OLE color: 13542580.

HSL color Cylindrical-coordinate representation of color #B4A4CE: hue angle of 262.86º degrees, saturation: 0.3, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B4A4CE is Cyan = 0.13, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 180 164 206 -
CMYK 0.13 0.20 0 0.19
HSL 262.86º 0.3% 0.73% -
HSV(B) 262.86º 0.2% 0.81% -
XYZ 43.24 40.71 63.97 -
YUV 173.57 146.3 132.58 -
System Red Green Blue C M Y K H S L
Decimal 180 164 206 0.13 0.20 0 0.19 262.86 0.3 0.73
Hex B4 A4 CE D 14 0 13 107 1E 49
Octal 264 244 316 15 24 0 23 407 36 111
Binary 10110100 10100100 11001110 1101 10100 0 10011 100000111 11110 1001001

Color Harmonies of #B4A4CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4A4CE

Black with #B4A4CE

Text Example


Text Example

White with #B4A4CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4A4CE; }

 p { color: rgb(180,164,206); }

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

background-color css

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

 a { background-color: rgb(180,164,206); }

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

border-color css

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

 span { border-color: rgb(180,164,206); }

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