Html Css Color HEX #B1BBFF Perano

📋 copy color: '#B1BBFF'

red 177 ◦ green 187 ◦ blue 255

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

Shades of Perano #B1BBFF

Tints of Perano #B1BBFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 41.2%

R = 28.59%
G = 30.21%
B = 41.2%

CMYK

 C value IS 0.31

 M value IS 0.27

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B1BBFF (or 0xB1BBFF) is known color: Perano. HEX triplet: B1, BB and FF. RGB value is (177,187,255). Sum of RGB (Red+Green+Blue) = 177+187+255=619 (81% of max value = 765). Red value is 177 (69.53% from 255 or 28.59% from 619); Green value is 187 (73.44% from 255 or 30.21% from 619); Blue value is 255 (100% from 255 or 41.20% from 619); Max value from RGB is 255 - color contains mainly: blue. Hex color #B1BBFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1BBFF is #4E4400. Grayscale: #BFBFBF. Windows color (decimal): -5129217 or 16759729. OLE color: 16759729.

HSL color Cylindrical-coordinate representation of color #B1BBFF: hue angle of 232.31º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B1BBFF is Cyan = 0.31, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 177 187 255 -
CMYK 0.31 0.27 0 0
HSL 232.31º 1% 0.85% -
HSV(B) 232.31º 0.31% 1% -
XYZ 53.95 52.11 101.82 -
YUV 191.76 163.69 117.47 -
System Red Green Blue C M Y K H S L
Decimal 177 187 255 0.31 0.27 0 0 232.31 1 0.85
Hex B1 BB FF 1F 1B 0 0 E8 64 55
Octal 261 273 377 37 33 0 0 350 144 125
Binary 10110001 10111011 11111111 11111 11011 0 0 11101000 1100100 1010101

Color Harmonies of #B1BBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1BBFF

Black with #B1BBFF

Text Example


Text Example

White with #B1BBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1BBFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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