Html Css Color HEX #B1B5FB Perano

📋 copy color: '#B1B5FB'

red 177 ◦ green 181 ◦ blue 251

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

Shades of Perano #B1B5FB

Tints of Perano #B1B5FB

RGB

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

 GREEN value IS 181 (71.09% from 255) = 29.72%

 BLUE value IS 251 (98.44% from 255) = 41.22%

R = 29.06%
G = 29.72%
B = 41.22%

CMYK

 C value IS 0.29

 M value IS 0.28

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B1B5FB (or 0xB1B5FB) is known color: Perano. HEX triplet: B1, B5 and FB. RGB value is (177,181,251). Sum of RGB (Red+Green+Blue) = 177+181+251=609 (80% of max value = 765). Red value is 177 (69.53% from 255 or 29.06% from 609); Green value is 181 (71.09% from 255 or 29.72% from 609); Blue value is 251 (98.44% from 255 or 41.22% from 609); Max value from RGB is 251 - color contains mainly: blue. Hex color #B1B5FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1B5FB is #4E4A04. Grayscale: #BBBBBB. Windows color (decimal): -5130757 or 16496049. OLE color: 16496049.

HSL color Cylindrical-coordinate representation of color #B1B5FB: hue angle of 236.76º degrees, saturation: 0.9, 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 #B1B5FB is Cyan = 0.29, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 177 181 251 -
CMYK 0.29 0.28 0 0.02
HSL 236.76º 0.9% 0.84% -
HSV(B) 236.76º 0.29% 0.98% -
XYZ 52.07 49.36 98.05 -
YUV 187.78 163.67 120.31 -
System Red Green Blue C M Y K H S L
Decimal 177 181 251 0.29 0.28 0 0.02 236.76 0.9 0.84
Hex B1 B5 FB 1D 1C 0 2 ED 5A 54
Octal 261 265 373 35 34 0 2 355 132 124
Binary 10110001 10110101 11111011 11101 11100 0 10 11101101 1011010 1010100

Color Harmonies of #B1B5FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1B5FB

Black with #B1B5FB

Text Example


Text Example

White with #B1B5FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1B5FB; }

 p { color: rgb(177,181,251); }

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

background-color css

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

 a { background-color: rgb(177,181,251); }

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

border-color css

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

 span { border-color: rgb(177,181,251); }

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