Html Css Color HEX #B1A8CA Biloba Flower

📋 copy color: '#B1A8CA'

red 177 ◦ green 168 ◦ blue 202

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

Shades of Biloba Flower #B1A8CA

Tints of Biloba Flower #B1A8CA

RGB

 RED value IS 177 (69.53% from 255) = 32.36%

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

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

R = 32.36%
G = 30.71%
B = 36.93%

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

#B1A8CA (or 0xB1A8CA) is known color: Biloba Flower. HEX triplet: B1, A8 and CA. RGB value is (177,168,202). Sum of RGB (Red+Green+Blue) = 177+168+202=547 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.36% from 547); Green value is 168 (66.02% from 255 or 30.71% from 547); Blue value is 202 (79.30% from 255 or 36.93% from 547); Max value from RGB is 202 - color contains mainly: blue. Hex color #B1A8CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1A8CA is #4E5735. Grayscale: #AEAEAE. Windows color (decimal): -5134134 or 13281457. OLE color: 13281457.

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

Color convert

RGB 177 168 202 -
CMYK 0.12 0.17 0 0.21
HSL 255.88º 0.24% 0.73% -
HSV(B) 255.88º 0.17% 0.79% -
XYZ 42.79 41.62 61.65 -
YUV 174.57 143.48 129.74 -
System Red Green Blue C M Y K H S L
Decimal 177 168 202 0.12 0.17 0 0.21 255.88 0.24 0.73
Hex B1 A8 CA C 11 0 15 100 18 49
Octal 261 250 312 14 21 0 25 400 30 111
Binary 10110001 10101000 11001010 1100 10001 0 10101 100000000 11000 1001001

Color Harmonies of #B1A8CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1A8CA

Black with #B1A8CA

Text Example


Text Example

White with #B1A8CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1A8CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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