Html Css Color HEX #B1BBDC Perano

📋 copy color: '#B1BBDC'

red 177 ◦ green 187 ◦ blue 220

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

Shades of Perano #B1BBDC

Tints of Perano #B1BBDC

RGB

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

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

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

R = 30.31%
G = 32.02%
B = 37.67%

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

#B1BBDC (or 0xB1BBDC) is known color: Perano. HEX triplet: B1, BB and DC. RGB value is (177,187,220). Sum of RGB (Red+Green+Blue) = 177+187+220=584 (77% of max value = 765). Red value is 177 (69.53% from 255 or 30.31% from 584); Green value is 187 (73.44% from 255 or 32.02% from 584); Blue value is 220 (86.33% from 255 or 37.67% from 584); Max value from RGB is 220 - color contains mainly: blue. Hex color #B1BBDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1BBDC is #4E4423. Grayscale: #BBBBBB. Windows color (decimal): -5129252 or 14465969. OLE color: 14465969.

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

Color convert

RGB 177 187 220 -
CMYK 0.20 0.15 0 0.14
HSL 226.05º 0.38% 0.78% -
HSV(B) 226.05º 0.2% 0.86% -
XYZ 48.82 50.06 74.8 -
YUV 187.77 146.19 120.32 -
System Red Green Blue C M Y K H S L
Decimal 177 187 220 0.20 0.15 0 0.14 226.05 0.38 0.78
Hex B1 BB DC 14 F 0 E E2 26 4E
Octal 261 273 334 24 17 0 16 342 46 116
Binary 10110001 10111011 11011100 10100 1111 0 1110 11100010 100110 1001110

Color Harmonies of #B1BBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1BBDC

Black with #B1BBDC

Text Example


Text Example

White with #B1BBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1BBDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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