Html Css Color HEX #B1A8CE Biloba Flower

📋 copy color: '#B1A8CE'

red 177 ◦ green 168 ◦ blue 206

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

Shades of Biloba Flower #B1A8CE

Tints of Biloba Flower #B1A8CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 37.39%

R = 32.12%
G = 30.49%
B = 37.39%

CMYK

 C value IS 0.14

 M value IS 0.18

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B1A8CE (or 0xB1A8CE) is known color: Biloba Flower. HEX triplet: B1, A8 and CE. RGB value is (177,168,206). Sum of RGB (Red+Green+Blue) = 177+168+206=551 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.12% from 551); Green value is 168 (66.02% from 255 or 30.49% from 551); Blue value is 206 (80.86% from 255 or 37.39% from 551); Max value from RGB is 206 - color contains mainly: blue. Hex color #B1A8CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1A8CE is #4E5731. Grayscale: #AEAEAE. Windows color (decimal): -5134130 or 13543601. OLE color: 13543601.

HSL color Cylindrical-coordinate representation of color #B1A8CE: hue angle of 254.21º degrees, saturation: 0.28, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B1A8CE is Cyan = 0.14, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 177 168 206 -
CMYK 0.14 0.18 0 0.19
HSL 254.21º 0.28% 0.73% -
HSV(B) 254.21º 0.18% 0.81% -
XYZ 43.27 41.81 64.18 -
YUV 175.02 145.48 129.41 -
System Red Green Blue C M Y K H S L
Decimal 177 168 206 0.14 0.18 0 0.19 254.21 0.28 0.73
Hex B1 A8 CE E 12 0 13 FE 1C 49
Octal 261 250 316 16 22 0 23 376 34 111
Binary 10110001 10101000 11001110 1110 10010 0 10011 11111110 11100 1001001

Color Harmonies of #B1A8CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1A8CE

Black with #B1A8CE

Text Example


Text Example

White with #B1A8CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1A8CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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