Html Css Color HEX #B1BBDD Perano

📋 copy color: '#B1BBDD'

red 177 ◦ green 187 ◦ blue 221

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

Shades of Perano #B1BBDD

Tints of Perano #B1BBDD

RGB

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

 GREEN value IS 187 (73.44% from 255) = 31.97%

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

R = 30.26%
G = 31.97%
B = 37.78%

CMYK

 C value IS 0.20

 M value IS 0.15

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B1BBDD (or 0xB1BBDD) is known color: Perano. HEX triplet: B1, BB and DD. RGB value is (177,187,221). Sum of RGB (Red+Green+Blue) = 177+187+221=585 (77% of max value = 765). Red value is 177 (69.53% from 255 or 30.26% from 585); Green value is 187 (73.44% from 255 or 31.97% from 585); Blue value is 221 (86.72% from 255 or 37.78% from 585); Max value from RGB is 221 - color contains mainly: blue. Hex color #B1BBDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1BBDD is #4E4422. Grayscale: #BBBBBB. Windows color (decimal): -5129251 or 14531505. OLE color: 14531505.

HSL color Cylindrical-coordinate representation of color #B1BBDD: hue angle of 226.36º 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 #B1BBDD is Cyan = 0.20, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 177 187 221 -
CMYK 0.20 0.15 0 0.13
HSL 226.36º 0.39% 0.78% -
HSV(B) 226.36º 0.2% 0.87% -
XYZ 48.95 50.11 75.5 -
YUV 187.89 146.69 120.24 -
System Red Green Blue C M Y K H S L
Decimal 177 187 221 0.20 0.15 0 0.13 226.36 0.39 0.78
Hex B1 BB DD 14 F 0 D E2 27 4E
Octal 261 273 335 24 17 0 15 342 47 116
Binary 10110001 10111011 11011101 10100 1111 0 1101 11100010 100111 1001110

Color Harmonies of #B1BBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1BBDD

Black with #B1BBDD

Text Example


Text Example

White with #B1BBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1BBDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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