Html Css Color HEX #B5A3CC Biloba Flower

📋 copy color: '#B5A3CC'

red 181 ◦ green 163 ◦ blue 204

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

Shades of Biloba Flower #B5A3CC

Tints of Biloba Flower #B5A3CC

RGB

 RED value IS 181 (71.09% from 255) = 33.03%

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

 BLUE value IS 204 (80.08% from 255) = 37.23%

R = 33.03%
G = 29.74%
B = 37.23%

CMYK

 C value IS 0.11

 M value IS 0.20

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B5A3CC (or 0xB5A3CC) is known color: Biloba Flower. HEX triplet: B5, A3 and CC. RGB value is (181,163,204). Sum of RGB (Red+Green+Blue) = 181+163+204=548 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.03% from 548); Green value is 163 (64.06% from 255 or 29.74% from 548); Blue value is 204 (80.08% from 255 or 37.23% from 548); Max value from RGB is 204 - color contains mainly: blue. Hex color #B5A3CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5A3CC is #4A5C33. Grayscale: #ACACAC. Windows color (decimal): -4873268 or 13411253. OLE color: 13411253.

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

Color convert

RGB 181 163 204 -
CMYK 0.11 0.20 0 0.2
HSL 266.34º 0.29% 0.72% -
HSV(B) 266.34º 0.2% 0.8% -
XYZ 43.05 40.38 62.65 -
YUV 173.06 145.46 133.67 -
System Red Green Blue C M Y K H S L
Decimal 181 163 204 0.11 0.20 0 0.2 266.34 0.29 0.72
Hex B5 A3 CC B 14 0 14 10A 1D 48
Octal 265 243 314 13 24 0 24 412 35 110
Binary 10110101 10100011 11001100 1011 10100 0 10100 100001010 11101 1001000

Color Harmonies of #B5A3CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5A3CC

Black with #B5A3CC

Text Example


Text Example

White with #B5A3CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5A3CC; }

 p { color: rgb(181,163,204); }

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

background-color css

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

 a { background-color: rgb(181,163,204); }

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

border-color css

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

 span { border-color: rgb(181,163,204); }

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