Html Css Color HEX #B8A0CC Biloba Flower

📋 copy color: '#B8A0CC'

red 184 ◦ green 160 ◦ blue 204

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

Shades of Biloba Flower #B8A0CC

Tints of Biloba Flower #B8A0CC

RGB

 RED value IS 184 (72.27% from 255) = 33.58%

 GREEN value IS 160 (62.89% from 255) = 29.2%

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

R = 33.58%
G = 29.2%
B = 37.23%

CMYK

 C value IS 0.10

 M value IS 0.22

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B8A0CC (or 0xB8A0CC) is known color: Biloba Flower. HEX triplet: B8, A0 and CC. RGB value is (184,160,204). Sum of RGB (Red+Green+Blue) = 184+160+204=548 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.58% from 548); Green value is 160 (62.89% from 255 or 29.20% 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 #B8A0CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8A0CC is #475F33. Grayscale: #ACACAC. Windows color (decimal): -4677428 or 13410488. OLE color: 13410488.

HSL color Cylindrical-coordinate representation of color #B8A0CC: hue angle of 272.73º degrees, saturation: 0.3, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B8A0CC is Cyan = 0.10, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 184 160 204 -
CMYK 0.10 0.22 0 0.2
HSL 272.73º 0.3% 0.71% -
HSV(B) 272.73º 0.22% 0.8% -
XYZ 43.24 39.69 62.51 -
YUV 172.19 145.95 136.42 -
System Red Green Blue C M Y K H S L
Decimal 184 160 204 0.10 0.22 0 0.2 272.73 0.3 0.71
Hex B8 A0 CC A 16 0 14 111 1E 47
Octal 270 240 314 12 26 0 24 421 36 107
Binary 10111000 10100000 11001100 1010 10110 0 10100 100010001 11110 1000111

Color Harmonies of #B8A0CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8A0CC

Black with #B8A0CC

Text Example


Text Example

White with #B8A0CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8A0CC; }

 p { color: rgb(184,160,204); }

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

background-color css

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

 a { background-color: rgb(184,160,204); }

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

border-color css

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

 span { border-color: rgb(184,160,204); }

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