Html Css Color HEX #B4A5CF Biloba Flower

📋 copy color: '#B4A5CF'

red 180 ◦ green 165 ◦ blue 207

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

Shades of Biloba Flower #B4A5CF

Tints of Biloba Flower #B4A5CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 37.5%

R = 32.61%
G = 29.89%
B = 37.5%

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

#B4A5CF (or 0xB4A5CF) is known color: Biloba Flower. HEX triplet: B4, A5 and CF. RGB value is (180,165,207). Sum of RGB (Red+Green+Blue) = 180+165+207=552 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.61% from 552); Green value is 165 (64.84% from 255 or 29.89% from 552); Blue value is 207 (81.25% from 255 or 37.5% from 552); Max value from RGB is 207 - color contains mainly: blue. Hex color #B4A5CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4A5CF is #4B5A30. Grayscale: #AEAEAE. Windows color (decimal): -4938289 or 13608372. OLE color: 13608372.

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

Color convert

RGB 180 165 207 -
CMYK 0.13 0.20 0 0.19
HSL 261.43º 0.3% 0.73% -
HSV(B) 261.43º 0.2% 0.81% -
XYZ 43.54 41.12 64.67 -
YUV 174.27 146.47 132.08 -
System Red Green Blue C M Y K H S L
Decimal 180 165 207 0.13 0.20 0 0.19 261.43 0.3 0.73
Hex B4 A5 CF D 14 0 13 105 1E 49
Octal 264 245 317 15 24 0 23 405 36 111
Binary 10110100 10100101 11001111 1101 10100 0 10011 100000101 11110 1001001

Color Harmonies of #B4A5CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4A5CF

Black with #B4A5CF

Text Example


Text Example

White with #B4A5CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4A5CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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