Html Css Color HEX #B5A1CC Biloba Flower

📋 copy color: '#B5A1CC'

red 181 ◦ green 161 ◦ blue 204

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

Shades of Biloba Flower #B5A1CC

Tints of Biloba Flower #B5A1CC

RGB

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

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

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

R = 33.15%
G = 29.49%
B = 37.36%

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

#B5A1CC (or 0xB5A1CC) is known color: Biloba Flower. HEX triplet: B5, A1 and CC. RGB value is (181,161,204). Sum of RGB (Red+Green+Blue) = 181+161+204=546 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.15% from 546); Green value is 161 (63.28% from 255 or 29.49% from 546); Blue value is 204 (80.08% from 255 or 37.36% from 546); Max value from RGB is 204 - color contains mainly: blue. Hex color #B5A1CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5A1CC is #4A5E33. Grayscale: #ABABAB. Windows color (decimal): -4873780 or 13410741. OLE color: 13410741.

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

Color convert

RGB 181 161 204 -
CMYK 0.11 0.21 0 0.2
HSL 267.91º 0.3% 0.72% -
HSV(B) 267.91º 0.21% 0.8% -
XYZ 42.7 39.67 62.53 -
YUV 171.88 146.13 134.5 -
System Red Green Blue C M Y K H S L
Decimal 181 161 204 0.11 0.21 0 0.2 267.91 0.3 0.72
Hex B5 A1 CC B 15 0 14 10C 1E 48
Octal 265 241 314 13 25 0 24 414 36 110
Binary 10110101 10100001 11001100 1011 10101 0 10100 100001100 11110 1001000

Color Harmonies of #B5A1CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5A1CC

Black with #B5A1CC

Text Example


Text Example

White with #B5A1CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5A1CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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