Html Css Color HEX #B2A8CA Biloba Flower

📋 copy color: '#B2A8CA'

red 178 ◦ green 168 ◦ blue 202

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

Shades of Biloba Flower #B2A8CA

Tints of Biloba Flower #B2A8CA

RGB

 RED value IS 178 (69.92% from 255) = 32.48%

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

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

R = 32.48%
G = 30.66%
B = 36.86%

CMYK

 C value IS 0.12

 M value IS 0.17

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B2A8CA (or 0xB2A8CA) is known color: Biloba Flower. HEX triplet: B2, A8 and CA. RGB value is (178,168,202). Sum of RGB (Red+Green+Blue) = 178+168+202=548 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.48% from 548); Green value is 168 (66.02% from 255 or 30.66% from 548); Blue value is 202 (79.30% from 255 or 36.86% from 548); Max value from RGB is 202 - color contains mainly: blue. Hex color #B2A8CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2A8CA is #4D5735. Grayscale: #AEAEAE. Windows color (decimal): -5068598 or 13281458. OLE color: 13281458.

HSL color Cylindrical-coordinate representation of color #B2A8CA: hue angle of 257.65º 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 #B2A8CA is Cyan = 0.12, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 178 168 202 -
CMYK 0.12 0.17 0 0.21
HSL 257.65º 0.24% 0.73% -
HSV(B) 257.65º 0.17% 0.79% -
XYZ 43.02 41.73 61.67 -
YUV 174.87 143.31 130.24 -
System Red Green Blue C M Y K H S L
Decimal 178 168 202 0.12 0.17 0 0.21 257.65 0.24 0.73
Hex B2 A8 CA C 11 0 15 102 18 49
Octal 262 250 312 14 21 0 25 402 30 111
Binary 10110010 10101000 11001010 1100 10001 0 10101 100000010 11000 1001001

Color Harmonies of #B2A8CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A8CA

Black with #B2A8CA

Text Example


Text Example

White with #B2A8CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A8CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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