Html Css Color HEX #B1BADF Perano

📋 copy color: '#B1BADF'

red 177 ◦ green 186 ◦ blue 223

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

Shades of Perano #B1BADF

Tints of Perano #B1BADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 38.05%

R = 30.2%
G = 31.74%
B = 38.05%

CMYK

 C value IS 0.21

 M value IS 0.17

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B1BADF (or 0xB1BADF) is known color: Perano. HEX triplet: B1, BA and DF. RGB value is (177,186,223). Sum of RGB (Red+Green+Blue) = 177+186+223=586 (77% of max value = 765). Red value is 177 (69.53% from 255 or 30.20% from 586); Green value is 186 (73.05% from 255 or 31.74% from 586); Blue value is 223 (87.5% from 255 or 38.05% from 586); Max value from RGB is 223 - color contains mainly: blue. Hex color #B1BADF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1BADF is #4E4520. Grayscale: #BBBBBB. Windows color (decimal): -5129505 or 14662321. OLE color: 14662321.

HSL color Cylindrical-coordinate representation of color #B1BADF: hue angle of 228.26º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B1BADF is Cyan = 0.21, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 177 186 223 -
CMYK 0.21 0.17 0 0.13
HSL 228.26º 0.42% 0.78% -
HSV(B) 228.26º 0.21% 0.87% -
XYZ 49.01 49.79 76.84 -
YUV 187.53 148.02 120.49 -
System Red Green Blue C M Y K H S L
Decimal 177 186 223 0.21 0.17 0 0.13 228.26 0.42 0.78
Hex B1 BA DF 15 11 0 D E4 2A 4E
Octal 261 272 337 25 21 0 15 344 52 116
Binary 10110001 10111010 11011111 10101 10001 0 1101 11100100 101010 1001110

Color Harmonies of #B1BADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1BADF

Black with #B1BADF

Text Example


Text Example

White with #B1BADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1BADF; }

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

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

background-color css

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

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

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

border-color css

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

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

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