Html Css Color HEX #B1BBFA Perano

📋 copy color: '#B1BBFA'

red 177 ◦ green 187 ◦ blue 250

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

Shades of Perano #B1BBFA

Tints of Perano #B1BBFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 40.72%

R = 28.83%
G = 30.46%
B = 40.72%

CMYK

 C value IS 0.29

 M value IS 0.25

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B1BBFA (or 0xB1BBFA) is known color: Perano. HEX triplet: B1, BB and FA. RGB value is (177,187,250). Sum of RGB (Red+Green+Blue) = 177+187+250=614 (81% of max value = 765). Red value is 177 (69.53% from 255 or 28.83% from 614); Green value is 187 (73.44% from 255 or 30.46% from 614); Blue value is 250 (98.05% from 255 or 40.72% from 614); Max value from RGB is 250 - color contains mainly: blue. Hex color #B1BBFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1BBFA is #4E4405. Grayscale: #BEBEBE. Windows color (decimal): -5129222 or 16432049. OLE color: 16432049.

HSL color Cylindrical-coordinate representation of color #B1BBFA: hue angle of 231.78º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B1BBFA is Cyan = 0.29, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 177 187 250 -
CMYK 0.29 0.25 0 0.02
HSL 231.78º 0.88% 0.84% -
HSV(B) 231.78º 0.29% 0.98% -
XYZ 53.16 51.79 97.64 -
YUV 191.19 161.19 117.88 -
System Red Green Blue C M Y K H S L
Decimal 177 187 250 0.29 0.25 0 0.02 231.78 0.88 0.84
Hex B1 BB FA 1D 19 0 2 E8 58 54
Octal 261 273 372 35 31 0 2 350 130 124
Binary 10110001 10111011 11111010 11101 11001 0 10 11101000 1011000 1010100

Color Harmonies of #B1BBFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1BBFA

Black with #B1BBFA

Text Example


Text Example

White with #B1BBFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1BBFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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