Html Css Color HEX #B1BADD Perano

📋 copy color: '#B1BADD'

red 177 ◦ green 186 ◦ blue 221

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

Shades of Perano #B1BADD

Tints of Perano #B1BADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 37.84%

R = 30.31%
G = 31.85%
B = 37.84%

CMYK

 C value IS 0.20

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B1BADD (or 0xB1BADD) is known color: Perano. HEX triplet: B1, BA and DD. RGB value is (177,186,221). Sum of RGB (Red+Green+Blue) = 177+186+221=584 (77% of max value = 765). Red value is 177 (69.53% from 255 or 30.31% from 584); Green value is 186 (73.05% from 255 or 31.85% from 584); Blue value is 221 (86.72% from 255 or 37.84% from 584); Max value from RGB is 221 - color contains mainly: blue. Hex color #B1BADD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1BADD is #4E4522. Grayscale: #BBBBBB. Windows color (decimal): -5129507 or 14531249. OLE color: 14531249.

HSL color Cylindrical-coordinate representation of color #B1BADD: hue angle of 227.73º degrees, saturation: 0.39, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B1BADD is Cyan = 0.20, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 177 186 221 -
CMYK 0.20 0.16 0 0.13
HSL 227.73º 0.39% 0.78% -
HSV(B) 227.73º 0.2% 0.87% -
XYZ 48.74 49.69 75.43 -
YUV 187.3 147.02 120.65 -
System Red Green Blue C M Y K H S L
Decimal 177 186 221 0.20 0.16 0 0.13 227.73 0.39 0.78
Hex B1 BA DD 14 10 0 D E4 27 4E
Octal 261 272 335 24 20 0 15 344 47 116
Binary 10110001 10111010 11011101 10100 10000 0 1101 11100100 100111 1001110

Color Harmonies of #B1BADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1BADD

Black with #B1BADD

Text Example


Text Example

White with #B1BADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1BADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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