Html Css Color HEX #B1BAF9 Perano

📋 copy color: '#B1BAF9'

red 177 ◦ green 186 ◦ blue 249

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

Shades of Perano #B1BAF9

Tints of Perano #B1BAF9

RGB

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

 GREEN value IS 186 (73.05% from 255) = 30.39%

 BLUE value IS 249 (97.66% from 255) = 40.69%

R = 28.92%
G = 30.39%
B = 40.69%

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

#B1BAF9 (or 0xB1BAF9) is known color: Perano. HEX triplet: B1, BA and F9. RGB value is (177,186,249). Sum of RGB (Red+Green+Blue) = 177+186+249=612 (81% of max value = 765). Red value is 177 (69.53% from 255 or 28.92% from 612); Green value is 186 (73.05% from 255 or 30.39% from 612); Blue value is 249 (97.66% from 255 or 40.69% from 612); Max value from RGB is 249 - color contains mainly: blue. Hex color #B1BAF9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1BAF9 is #4E4506. Grayscale: #BEBEBE. Windows color (decimal): -5129479 or 16366257. OLE color: 16366257.

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

Color convert

RGB 177 186 249 -
CMYK 0.29 0.25 0 0.02
HSL 232.5º 0.86% 0.84% -
HSV(B) 232.5º 0.29% 0.98% -
XYZ 52.79 51.3 96.74 -
YUV 190.49 161.02 118.38 -
System Red Green Blue C M Y K H S L
Decimal 177 186 249 0.29 0.25 0 0.02 232.5 0.86 0.84
Hex B1 BA F9 1D 19 0 2 E8 56 54
Octal 261 272 371 35 31 0 2 350 126 124
Binary 10110001 10111010 11111001 11101 11001 0 10 11101000 1010110 1010100

Color Harmonies of #B1BAF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1BAF9

Black with #B1BAF9

Text Example


Text Example

White with #B1BAF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1BAF9; }

 p { color: rgb(177,186,249); }

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

background-color css

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

 a { background-color: rgb(177,186,249); }

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

border-color css

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

 span { border-color: rgb(177,186,249); }

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