Html Css Color HEX #B1BADB Perano

📋 copy color: '#B1BADB'

red 177 ◦ green 186 ◦ blue 219

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

Shades of Perano #B1BADB

Tints of Perano #B1BADB

RGB

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

 GREEN value IS 186 (73.05% from 255) = 31.96%

 BLUE value IS 219 (85.94% from 255) = 37.63%

R = 30.41%
G = 31.96%
B = 37.63%

CMYK

 C value IS 0.19

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B1BADB (or 0xB1BADB) is known color: Perano. HEX triplet: B1, BA and DB. RGB value is (177,186,219). Sum of RGB (Red+Green+Blue) = 177+186+219=582 (77% of max value = 765). Red value is 177 (69.53% from 255 or 30.41% from 582); Green value is 186 (73.05% from 255 or 31.96% from 582); Blue value is 219 (85.94% from 255 or 37.63% from 582); Max value from RGB is 219 - color contains mainly: blue. Hex color #B1BADB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1BADB is #4E4524. Grayscale: #BABABA. Windows color (decimal): -5129509 or 14400177. OLE color: 14400177.

HSL color Cylindrical-coordinate representation of color #B1BADB: hue angle of 227.14º degrees, saturation: 0.37, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B1BADB is Cyan = 0.19, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 177 186 219 -
CMYK 0.19 0.15 0 0.14
HSL 227.14º 0.37% 0.78% -
HSV(B) 227.14º 0.19% 0.86% -
XYZ 48.48 49.58 74.03 -
YUV 187.07 146.02 120.82 -
System Red Green Blue C M Y K H S L
Decimal 177 186 219 0.19 0.15 0 0.14 227.14 0.37 0.78
Hex B1 BA DB 13 F 0 E E3 25 4E
Octal 261 272 333 23 17 0 16 343 45 116
Binary 10110001 10111010 11011011 10011 1111 0 1110 11100011 100101 1001110

Color Harmonies of #B1BADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1BADB

Black with #B1BADB

Text Example


Text Example

White with #B1BADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1BADB; }

 p { color: rgb(177,186,219); }

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

background-color css

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

 a { background-color: rgb(177,186,219); }

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

border-color css

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

 span { border-color: rgb(177,186,219); }

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