Html Css Color HEX #B1BCFE Perano

📋 copy color: '#B1BCFE'

red 177 ◦ green 188 ◦ blue 254

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

Shades of Perano #B1BCFE

Tints of Perano #B1BCFE

RGB

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

 GREEN value IS 188 (73.83% from 255) = 30.37%

 BLUE value IS 254 (99.61% from 255) = 41.03%

R = 28.59%
G = 30.37%
B = 41.03%

CMYK

 C value IS 0.30

 M value IS 0.26

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B1BCFE (or 0xB1BCFE) is known color: Perano. HEX triplet: B1, BC and FE. RGB value is (177,188,254). Sum of RGB (Red+Green+Blue) = 177+188+254=619 (81% of max value = 765). Red value is 177 (69.53% from 255 or 28.59% from 619); Green value is 188 (73.83% from 255 or 30.37% from 619); Blue value is 254 (99.61% from 255 or 41.03% from 619); Max value from RGB is 254 - color contains mainly: blue. Hex color #B1BCFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1BCFE is #4E4301. Grayscale: #BFBFBF. Windows color (decimal): -5128962 or 16694449. OLE color: 16694449.

HSL color Cylindrical-coordinate representation of color #B1BCFE: hue angle of 231.43º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B1BCFE is Cyan = 0.30, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 177 188 254 -
CMYK 0.30 0.26 0 0.00
HSL 231.43º 0.97% 0.85% -
HSV(B) 231.43º 0.3% 1% -
XYZ 54 52.47 101.05 -
YUV 192.24 162.86 117.13 -
System Red Green Blue C M Y K H S L
Decimal 177 188 254 0.30 0.26 0 0.00 231.43 0.97 0.85
Hex B1 BC FE 1E 1A 0 0 E7 61 55
Octal 261 274 376 36 32 0 0 347 141 125
Binary 10110001 10111100 11111110 11110 11010 0 0 11100111 1100001 1010101

Color Harmonies of #B1BCFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1BCFE

Black with #B1BCFE

Text Example


Text Example

White with #B1BCFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1BCFE; }

 p { color: rgb(177,188,254); }

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

background-color css

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

 a { background-color: rgb(177,188,254); }

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

border-color css

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

 span { border-color: rgb(177,188,254); }

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