Html Css Color HEX #B1BEF8 Perano

📋 copy color: '#B1BEF8'

red 177 ◦ green 190 ◦ blue 248

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

Shades of Perano #B1BEF8

Tints of Perano #B1BEF8

RGB

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

 GREEN value IS 190 (74.61% from 255) = 30.89%

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

R = 28.78%
G = 30.89%
B = 40.33%

CMYK

 C value IS 0.29

 M value IS 0.23

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#B1BEF8 (or 0xB1BEF8) is known color: Perano. HEX triplet: B1, BE and F8. RGB value is (177,190,248). Sum of RGB (Red+Green+Blue) = 177+190+248=615 (81% of max value = 765). Red value is 177 (69.53% from 255 or 28.78% from 615); Green value is 190 (74.61% from 255 or 30.89% from 615); Blue value is 248 (97.27% from 255 or 40.33% from 615); Max value from RGB is 248 - color contains mainly: blue. Hex color #B1BEF8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1BEF8 is #4E4107. Grayscale: #C0C0C0. Windows color (decimal): -5128456 or 16301745. OLE color: 16301745.

HSL color Cylindrical-coordinate representation of color #B1BEF8: hue angle of 229.01º 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 #B1BEF8 is Cyan = 0.29, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 177 190 248 -
CMYK 0.29 0.23 0 0.03
HSL 229.01º 0.84% 0.83% -
HSV(B) 229.01º 0.29% 0.97% -
XYZ 53.49 52.95 96.21 -
YUV 192.73 159.19 116.78 -
System Red Green Blue C M Y K H S L
Decimal 177 190 248 0.29 0.23 0 0.03 229.01 0.84 0.83
Hex B1 BE F8 1D 17 0 3 E5 54 53
Octal 261 276 370 35 27 0 3 345 124 123
Binary 10110001 10111110 11111000 11101 10111 0 11 11100101 1010100 1010011

Color Harmonies of #B1BEF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1BEF8

Black with #B1BEF8

Text Example


Text Example

White with #B1BEF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1BEF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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