Html Css Color HEX #B1A8C6 Biloba Flower

📋 copy color: '#B1A8C6'

red 177 ◦ green 168 ◦ blue 198

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

Shades of Biloba Flower #B1A8C6

Tints of Biloba Flower #B1A8C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 36.46%

R = 32.6%
G = 30.94%
B = 36.46%

CMYK

 C value IS 0.11

 M value IS 0.15

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B1A8C6 (or 0xB1A8C6) is known color: Biloba Flower. HEX triplet: B1, A8 and C6. RGB value is (177,168,198). Sum of RGB (Red+Green+Blue) = 177+168+198=543 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.60% from 543); Green value is 168 (66.02% from 255 or 30.94% from 543); Blue value is 198 (77.73% from 255 or 36.46% from 543); Max value from RGB is 198 - color contains mainly: blue. Hex color #B1A8C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1A8C6 is #4E5739. Grayscale: #AEAEAE. Windows color (decimal): -5134138 or 13019313. OLE color: 13019313.

HSL color Cylindrical-coordinate representation of color #B1A8C6: hue angle of 258º degrees, saturation: 0.21, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B1A8C6 is Cyan = 0.11, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 177 168 198 -
CMYK 0.11 0.15 0 0.22
HSL 258º 0.21% 0.72% -
HSV(B) 258º 0.15% 0.78% -
XYZ 42.33 41.43 59.19 -
YUV 174.11 141.48 130.06 -
System Red Green Blue C M Y K H S L
Decimal 177 168 198 0.11 0.15 0 0.22 258 0.21 0.72
Hex B1 A8 C6 B F 0 16 102 15 48
Octal 261 250 306 13 17 0 26 402 25 110
Binary 10110001 10101000 11000110 1011 1111 0 10110 100000010 10101 1001000

Color Harmonies of #B1A8C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1A8C6

Black with #B1A8C6

Text Example


Text Example

White with #B1A8C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1A8C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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