Html Css Color HEX #B1A4CF Biloba Flower

📋 copy color: '#B1A4CF'

red 177 ◦ green 164 ◦ blue 207

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

Shades of Biloba Flower #B1A4CF

Tints of Biloba Flower #B1A4CF

RGB

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

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

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

R = 32.3%
G = 29.93%
B = 37.77%

CMYK

 C value IS 0.14

 M value IS 0.21

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B1A4CF (or 0xB1A4CF) is known color: Biloba Flower. HEX triplet: B1, A4 and CF. RGB value is (177,164,207). Sum of RGB (Red+Green+Blue) = 177+164+207=548 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.30% from 548); Green value is 164 (64.45% from 255 or 29.93% from 548); Blue value is 207 (81.25% from 255 or 37.77% from 548); Max value from RGB is 207 - color contains mainly: blue. Hex color #B1A4CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1A4CF is #4E5B30. Grayscale: #ACACAC. Windows color (decimal): -5135153 or 13608113. OLE color: 13608113.

HSL color Cylindrical-coordinate representation of color #B1A4CF: hue angle of 258.14º degrees, saturation: 0.31, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B1A4CF is Cyan = 0.14, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 177 164 207 -
CMYK 0.14 0.21 0 0.19
HSL 258.14º 0.31% 0.73% -
HSV(B) 258.14º 0.21% 0.81% -
XYZ 42.67 40.4 64.58 -
YUV 172.79 147.31 131 -
System Red Green Blue C M Y K H S L
Decimal 177 164 207 0.14 0.21 0 0.19 258.14 0.31 0.73
Hex B1 A4 CF E 15 0 13 102 1F 49
Octal 261 244 317 16 25 0 23 402 37 111
Binary 10110001 10100100 11001111 1110 10101 0 10011 100000010 11111 1001001

Color Harmonies of #B1A4CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1A4CF

Black with #B1A4CF

Text Example


Text Example

White with #B1A4CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1A4CF; }

 p { color: rgb(177,164,207); }

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

background-color css

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

 a { background-color: rgb(177,164,207); }

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

border-color css

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

 span { border-color: rgb(177,164,207); }

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