Html Css Color HEX #B2A1CD Biloba Flower

📋 copy color: '#B2A1CD'

red 178 ◦ green 161 ◦ blue 205

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

Shades of Biloba Flower #B2A1CD

Tints of Biloba Flower #B2A1CD

RGB

 RED value IS 178 (69.92% from 255) = 32.72%

 GREEN value IS 161 (63.28% from 255) = 29.6%

 BLUE value IS 205 (80.47% from 255) = 37.68%

R = 32.72%
G = 29.6%
B = 37.68%

CMYK

 C value IS 0.13

 M value IS 0.21

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B2A1CD (or 0xB2A1CD) is known color: Biloba Flower. HEX triplet: B2, A1 and CD. RGB value is (178,161,205). Sum of RGB (Red+Green+Blue) = 178+161+205=544 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.72% from 544); Green value is 161 (63.28% from 255 or 29.60% from 544); Blue value is 205 (80.47% from 255 or 37.68% from 544); Max value from RGB is 205 - color contains mainly: blue. Hex color #B2A1CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2A1CD is #4D5E32. Grayscale: #AAAAAA. Windows color (decimal): -5070387 or 13476274. OLE color: 13476274.

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

Color convert

RGB 178 161 205 -
CMYK 0.13 0.21 0 0.20
HSL 263.18º 0.31% 0.72% -
HSV(B) 263.18º 0.21% 0.8% -
XYZ 42.12 39.36 63.14 -
YUV 171.1 147.13 132.92 -
System Red Green Blue C M Y K H S L
Decimal 178 161 205 0.13 0.21 0 0.20 263.18 0.31 0.72
Hex B2 A1 CD D 15 0 14 107 1F 48
Octal 262 241 315 15 25 0 24 407 37 110
Binary 10110010 10100001 11001101 1101 10101 0 10100 100000111 11111 1001000

Color Harmonies of #B2A1CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A1CD

Black with #B2A1CD

Text Example


Text Example

White with #B2A1CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A1CD; }

 p { color: rgb(178,161,205); }

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

background-color css

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

 a { background-color: rgb(178,161,205); }

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

border-color css

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

 span { border-color: rgb(178,161,205); }

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