Html Css Color HEX #B1B5F8 Perano

📋 copy color: '#B1B5F8'

red 177 ◦ green 181 ◦ blue 248

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

Shades of Perano #B1B5F8

Tints of Perano #B1B5F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 40.92%

R = 29.21%
G = 29.87%
B = 40.92%

CMYK

 C value IS 0.29

 M value IS 0.27

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#B1B5F8 (or 0xB1B5F8) is known color: Perano. HEX triplet: B1, B5 and F8. RGB value is (177,181,248). Sum of RGB (Red+Green+Blue) = 177+181+248=606 (80% of max value = 765). Red value is 177 (69.53% from 255 or 29.21% from 606); Green value is 181 (71.09% from 255 or 29.87% from 606); Blue value is 248 (97.27% from 255 or 40.92% from 606); Max value from RGB is 248 - color contains mainly: blue. Hex color #B1B5F8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1B5F8 is #4E4A07. Grayscale: #BBBBBB. Windows color (decimal): -5130760 or 16299441. OLE color: 16299441.

HSL color Cylindrical-coordinate representation of color #B1B5F8: hue angle of 236.62º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B1B5F8 is Cyan = 0.29, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 177 181 248 -
CMYK 0.29 0.27 0 0.03
HSL 236.62º 0.84% 0.83% -
HSV(B) 236.62º 0.29% 0.97% -
XYZ 51.6 49.17 95.58 -
YUV 187.44 162.17 120.55 -
System Red Green Blue C M Y K H S L
Decimal 177 181 248 0.29 0.27 0 0.03 236.62 0.84 0.83
Hex B1 B5 F8 1D 1B 0 3 ED 54 53
Octal 261 265 370 35 33 0 3 355 124 123
Binary 10110001 10110101 11111000 11101 11011 0 11 11101101 1010100 1010011

Color Harmonies of #B1B5F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1B5F8

Black with #B1B5F8

Text Example


Text Example

White with #B1B5F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1B5F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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