Html Css Color HEX #B2A3CF Biloba Flower

📋 copy color: '#B2A3CF'

red 178 ◦ green 163 ◦ blue 207

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

Shades of Biloba Flower #B2A3CF

Tints of Biloba Flower #B2A3CF

RGB

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

 GREEN value IS 163 (64.06% from 255) = 29.74%

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

R = 32.48%
G = 29.74%
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

#B2A3CF (or 0xB2A3CF) is known color: Biloba Flower. HEX triplet: B2, A3 and CF. RGB value is (178,163,207). Sum of RGB (Red+Green+Blue) = 178+163+207=548 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.48% from 548); Green value is 163 (64.06% from 255 or 29.74% 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 #B2A3CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2A3CF is #4D5C30. Grayscale: #ACACAC. Windows color (decimal): -5069873 or 13607858. OLE color: 13607858.

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

Color convert

RGB 178 163 207 -
CMYK 0.14 0.21 0 0.19
HSL 260.45º 0.31% 0.73% -
HSV(B) 260.45º 0.21% 0.81% -
XYZ 42.72 40.16 64.53 -
YUV 172.5 147.47 131.92 -
System Red Green Blue C M Y K H S L
Decimal 178 163 207 0.14 0.21 0 0.19 260.45 0.31 0.73
Hex B2 A3 CF E 15 0 13 104 1F 49
Octal 262 243 317 16 25 0 23 404 37 111
Binary 10110010 10100011 11001111 1110 10101 0 10011 100000100 11111 1001001

Color Harmonies of #B2A3CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A3CF

Black with #B2A3CF

Text Example


Text Example

White with #B2A3CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A3CF; }

 p { color: rgb(178,163,207); }

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

background-color css

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

 a { background-color: rgb(178,163,207); }

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

border-color css

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

 span { border-color: rgb(178,163,207); }

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