Html Css Color HEX #B4A5C5 Biloba Flower

📋 copy color: '#B4A5C5'

red 180 ◦ green 165 ◦ blue 197

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

Shades of Biloba Flower #B4A5C5

Tints of Biloba Flower #B4A5C5

RGB

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

 GREEN value IS 165 (64.84% from 255) = 30.44%

 BLUE value IS 197 (77.34% from 255) = 36.35%

R = 33.21%
G = 30.44%
B = 36.35%

CMYK

 C value IS 0.09

 M value IS 0.16

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#B4A5C5 (or 0xB4A5C5) is known color: Biloba Flower. HEX triplet: B4, A5 and C5. RGB value is (180,165,197). Sum of RGB (Red+Green+Blue) = 180+165+197=542 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.21% from 542); Green value is 165 (64.84% from 255 or 30.44% from 542); Blue value is 197 (77.34% from 255 or 36.35% from 542); Max value from RGB is 197 - color contains mainly: blue. Hex color #B4A5C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4A5C5 is #4B5A3A. Grayscale: #ADADAD. Windows color (decimal): -4938299 or 12953012. OLE color: 12953012.

HSL color Cylindrical-coordinate representation of color #B4A5C5: hue angle of 268.12º degrees, saturation: 0.22, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B4A5C5 is Cyan = 0.09, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 180 165 197 -
CMYK 0.09 0.16 0 0.23
HSL 268.13º 0.22% 0.71% -
HSV(B) 268.13º 0.16% 0.77% -
XYZ 42.36 40.64 58.44 -
YUV 173.13 141.47 132.9 -
System Red Green Blue C M Y K H S L
Decimal 180 165 197 0.09 0.16 0 0.23 268.13 0.22 0.71
Hex B4 A5 C5 9 10 0 17 10C 16 47
Octal 264 245 305 11 20 0 27 414 26 107
Binary 10110100 10100101 11000101 1001 10000 0 10111 100001100 10110 1000111

Color Harmonies of #B4A5C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4A5C5

Black with #B4A5C5

Text Example


Text Example

White with #B4A5C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4A5C5; }

 p { color: rgb(180,165,197); }

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

background-color css

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

 a { background-color: rgb(180,165,197); }

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

border-color css

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

 span { border-color: rgb(180,165,197); }

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