Html Css Color HEX #B5A2CC Biloba Flower

📋 copy color: '#B5A2CC'

red 181 ◦ green 162 ◦ blue 204

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

Shades of Biloba Flower #B5A2CC

Tints of Biloba Flower #B5A2CC

RGB

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

 GREEN value IS 162 (63.67% from 255) = 29.62%

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

R = 33.09%
G = 29.62%
B = 37.29%

CMYK

 C value IS 0.11

 M value IS 0.21

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B5A2CC (or 0xB5A2CC) is known color: Biloba Flower. HEX triplet: B5, A2 and CC. RGB value is (181,162,204). Sum of RGB (Red+Green+Blue) = 181+162+204=547 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.09% from 547); Green value is 162 (63.67% from 255 or 29.62% from 547); Blue value is 204 (80.08% from 255 or 37.29% from 547); Max value from RGB is 204 - color contains mainly: blue. Hex color #B5A2CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5A2CC is #4A5D33. Grayscale: #ACACAC. Windows color (decimal): -4873524 or 13410997. OLE color: 13410997.

HSL color Cylindrical-coordinate representation of color #B5A2CC: hue angle of 267.14º degrees, saturation: 0.29, 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 #B5A2CC is Cyan = 0.11, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 181 162 204 -
CMYK 0.11 0.21 0 0.2
HSL 267.14º 0.29% 0.72% -
HSV(B) 267.14º 0.21% 0.8% -
XYZ 42.88 40.02 62.59 -
YUV 172.47 145.79 134.08 -
System Red Green Blue C M Y K H S L
Decimal 181 162 204 0.11 0.21 0 0.2 267.14 0.29 0.72
Hex B5 A2 CC B 15 0 14 10B 1D 48
Octal 265 242 314 13 25 0 24 413 35 110
Binary 10110101 10100010 11001100 1011 10101 0 10100 100001011 11101 1001000

Color Harmonies of #B5A2CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5A2CC

Black with #B5A2CC

Text Example


Text Example

White with #B5A2CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5A2CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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