Html Css Color HEX #B0A1CC Biloba Flower

📋 copy color: '#B0A1CC'

red 176 ◦ green 161 ◦ blue 204

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

Shades of Biloba Flower #B0A1CC

Tints of Biloba Flower #B0A1CC

RGB

 RED value IS 176 (69.14% from 255) = 32.53%

 GREEN value IS 161 (63.28% from 255) = 29.76%

 BLUE value IS 204 (80.08% from 255) = 37.71%

R = 32.53%
G = 29.76%
B = 37.71%

CMYK

 C value IS 0.14

 M value IS 0.21

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B0A1CC (or 0xB0A1CC) is known color: Biloba Flower. HEX triplet: B0, A1 and CC. RGB value is (176,161,204). Sum of RGB (Red+Green+Blue) = 176+161+204=541 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.53% from 541); Green value is 161 (63.28% from 255 or 29.76% from 541); Blue value is 204 (80.08% from 255 or 37.71% from 541); Max value from RGB is 204 - color contains mainly: blue. Hex color #B0A1CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0A1CC is #4F5E33. Grayscale: #AAAAAA. Windows color (decimal): -5201460 or 13410736. OLE color: 13410736.

HSL color Cylindrical-coordinate representation of color #B0A1CC: hue angle of 260.93º degrees, saturation: 0.3, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B0A1CC is Cyan = 0.14, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 176 161 204 -
CMYK 0.14 0.21 0 0.2
HSL 260.93º 0.3% 0.72% -
HSV(B) 260.93º 0.21% 0.8% -
XYZ 41.55 39.08 62.48 -
YUV 170.39 146.97 132 -
System Red Green Blue C M Y K H S L
Decimal 176 161 204 0.14 0.21 0 0.2 260.93 0.3 0.72
Hex B0 A1 CC E 15 0 14 105 1E 48
Octal 260 241 314 16 25 0 24 405 36 110
Binary 10110000 10100001 11001100 1110 10101 0 10100 100000101 11110 1001000

Color Harmonies of #B0A1CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0A1CC

Black with #B0A1CC

Text Example


Text Example

White with #B0A1CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0A1CC; }

 p { color: rgb(176,161,204); }

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

background-color css

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

 a { background-color: rgb(176,161,204); }

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

border-color css

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

 span { border-color: rgb(176,161,204); }

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