Html Css Color HEX #B4A8CA Biloba Flower

📋 copy color: '#B4A8CA'

red 180 ◦ green 168 ◦ blue 202

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

Shades of Biloba Flower #B4A8CA

Tints of Biloba Flower #B4A8CA

RGB

 RED value IS 180 (70.7% from 255) = 32.73%

 GREEN value IS 168 (66.02% from 255) = 30.55%

 BLUE value IS 202 (79.3% from 255) = 36.73%

R = 32.73%
G = 30.55%
B = 36.73%

CMYK

 C value IS 0.11

 M value IS 0.17

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B4A8CA (or 0xB4A8CA) is known color: Biloba Flower. HEX triplet: B4, A8 and CA. RGB value is (180,168,202). Sum of RGB (Red+Green+Blue) = 180+168+202=550 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.73% from 550); Green value is 168 (66.02% from 255 or 30.55% from 550); Blue value is 202 (79.30% from 255 or 36.73% from 550); Max value from RGB is 202 - color contains mainly: blue. Hex color #B4A8CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4A8CA is #4B5735. Grayscale: #AFAFAF. Windows color (decimal): -4937526 or 13281460. OLE color: 13281460.

HSL color Cylindrical-coordinate representation of color #B4A8CA: hue angle of 261.18º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B4A8CA is Cyan = 0.11, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 180 168 202 -
CMYK 0.11 0.17 0 0.21
HSL 261.18º 0.24% 0.73% -
HSV(B) 261.18º 0.17% 0.79% -
XYZ 43.49 41.97 61.69 -
YUV 175.46 142.98 131.24 -
System Red Green Blue C M Y K H S L
Decimal 180 168 202 0.11 0.17 0 0.21 261.18 0.24 0.73
Hex B4 A8 CA B 11 0 15 105 18 49
Octal 264 250 312 13 21 0 25 405 30 111
Binary 10110100 10101000 11001010 1011 10001 0 10101 100000101 11000 1001001

Color Harmonies of #B4A8CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4A8CA

Black with #B4A8CA

Text Example


Text Example

White with #B4A8CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4A8CA; }

 p { color: rgb(180,168,202); }

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

background-color css

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

 a { background-color: rgb(180,168,202); }

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

border-color css

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

 span { border-color: rgb(180,168,202); }

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