Html Css Color HEX #B1BBDF Perano

📋 copy color: '#B1BBDF'

red 177 ◦ green 187 ◦ blue 223

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

Shades of Perano #B1BBDF

Tints of Perano #B1BBDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 37.99%

R = 30.15%
G = 31.86%
B = 37.99%

CMYK

 C value IS 0.21

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B1BBDF (or 0xB1BBDF) is known color: Perano. HEX triplet: B1, BB and DF. RGB value is (177,187,223). Sum of RGB (Red+Green+Blue) = 177+187+223=587 (77% of max value = 765). Red value is 177 (69.53% from 255 or 30.15% from 587); Green value is 187 (73.44% from 255 or 31.86% from 587); Blue value is 223 (87.5% from 255 or 37.99% from 587); Max value from RGB is 223 - color contains mainly: blue. Hex color #B1BBDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1BBDF is #4E4420. Grayscale: #BBBBBB. Windows color (decimal): -5129249 or 14662577. OLE color: 14662577.

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

Color convert

RGB 177 187 223 -
CMYK 0.21 0.16 0 0.13
HSL 226.96º 0.42% 0.78% -
HSV(B) 226.96º 0.21% 0.87% -
XYZ 49.22 50.22 76.91 -
YUV 188.11 147.69 120.07 -
System Red Green Blue C M Y K H S L
Decimal 177 187 223 0.21 0.16 0 0.13 226.96 0.42 0.78
Hex B1 BB DF 15 10 0 D E3 2A 4E
Octal 261 273 337 25 20 0 15 343 52 116
Binary 10110001 10111011 11011111 10101 10000 0 1101 11100011 101010 1001110

Color Harmonies of #B1BBDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1BBDF

Black with #B1BBDF

Text Example


Text Example

White with #B1BBDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1BBDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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