Html Css Color HEX #B4A2CA Biloba Flower

📋 copy color: '#B4A2CA'

red 180 ◦ green 162 ◦ blue 202

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

Shades of Biloba Flower #B4A2CA

Tints of Biloba Flower #B4A2CA

RGB

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

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

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

R = 33.09%
G = 29.78%
B = 37.13%

CMYK

 C value IS 0.11

 M value IS 0.20

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B4A2CA (or 0xB4A2CA) is known color: Biloba Flower. HEX triplet: B4, A2 and CA. RGB value is (180,162,202). Sum of RGB (Red+Green+Blue) = 180+162+202=544 (72% of max value = 765). Red value is 180 (70.70% from 255 or 33.09% from 544); Green value is 162 (63.67% from 255 or 29.78% from 544); Blue value is 202 (79.30% from 255 or 37.13% from 544); Max value from RGB is 202 - color contains mainly: blue. Hex color #B4A2CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4A2CA is #4B5D35. Grayscale: #ABABAB. Windows color (decimal): -4939062 or 13279924. OLE color: 13279924.

HSL color Cylindrical-coordinate representation of color #B4A2CA: hue angle of 267º degrees, saturation: 0.27, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B4A2CA is Cyan = 0.11, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 180 162 202 -
CMYK 0.11 0.20 0 0.21
HSL 267º 0.27% 0.71% -
HSV(B) 267º 0.2% 0.79% -
XYZ 42.4 39.81 61.33 -
YUV 171.94 144.96 133.75 -
System Red Green Blue C M Y K H S L
Decimal 180 162 202 0.11 0.20 0 0.21 267 0.27 0.71
Hex B4 A2 CA B 14 0 15 10B 1B 47
Octal 264 242 312 13 24 0 25 413 33 107
Binary 10110100 10100010 11001010 1011 10100 0 10101 100001011 11011 1000111

Color Harmonies of #B4A2CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4A2CA

Black with #B4A2CA

Text Example


Text Example

White with #B4A2CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4A2CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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