Html Css Color HEX #B1BADC Perano

📋 copy color: '#B1BADC'

red 177 ◦ green 186 ◦ blue 220

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

Shades of Perano #B1BADC

Tints of Perano #B1BADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 37.74%

R = 30.36%
G = 31.9%
B = 37.74%

CMYK

 C value IS 0.20

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B1BADC (or 0xB1BADC) is known color: Perano. HEX triplet: B1, BA and DC. RGB value is (177,186,220). Sum of RGB (Red+Green+Blue) = 177+186+220=583 (77% of max value = 765). Red value is 177 (69.53% from 255 or 30.36% from 583); Green value is 186 (73.05% from 255 or 31.90% from 583); Blue value is 220 (86.33% from 255 or 37.74% from 583); Max value from RGB is 220 - color contains mainly: blue. Hex color #B1BADC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1BADC is #4E4523. Grayscale: #BBBBBB. Windows color (decimal): -5129508 or 14465713. OLE color: 14465713.

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

Color convert

RGB 177 186 220 -
CMYK 0.20 0.15 0 0.14
HSL 227.44º 0.38% 0.78% -
HSV(B) 227.44º 0.2% 0.86% -
XYZ 48.61 49.63 74.73 -
YUV 187.19 146.52 120.74 -
System Red Green Blue C M Y K H S L
Decimal 177 186 220 0.20 0.15 0 0.14 227.44 0.38 0.78
Hex B1 BA DC 14 F 0 E E3 26 4E
Octal 261 272 334 24 17 0 16 343 46 116
Binary 10110001 10111010 11011100 10100 1111 0 1110 11100011 100110 1001110

Color Harmonies of #B1BADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1BADC

Black with #B1BADC

Text Example


Text Example

White with #B1BADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1BADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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