Html Css Color HEX #B1BFEC Perano

📋 copy color: '#B1BFEC'

red 177 ◦ green 191 ◦ blue 236

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

Shades of Perano #B1BFEC

Tints of Perano #B1BFEC

RGB

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

 GREEN value IS 191 (75% from 255) = 31.62%

 BLUE value IS 236 (92.58% from 255) = 39.07%

R = 29.3%
G = 31.62%
B = 39.07%

CMYK

 C value IS 0.25

 M value IS 0.19

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B1BFEC (or 0xB1BFEC) is known color: Perano. HEX triplet: B1, BF and EC. RGB value is (177,191,236). Sum of RGB (Red+Green+Blue) = 177+191+236=604 (80% of max value = 765). Red value is 177 (69.53% from 255 or 29.30% from 604); Green value is 191 (75% from 255 or 31.62% from 604); Blue value is 236 (92.58% from 255 or 39.07% from 604); Max value from RGB is 236 - color contains mainly: blue. Hex color #B1BFEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1BFEC is #4E4013. Grayscale: #BFBFBF. Windows color (decimal): -5128212 or 15515569. OLE color: 15515569.

HSL color Cylindrical-coordinate representation of color #B1BFEC: hue angle of 225.76º degrees, saturation: 0.61, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B1BFEC is Cyan = 0.25, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 177 191 236 -
CMYK 0.25 0.19 0 0.07
HSL 225.76º 0.61% 0.81% -
HSV(B) 225.76º 0.25% 0.93% -
XYZ 51.9 52.66 86.79 -
YUV 191.94 152.86 117.34 -
System Red Green Blue C M Y K H S L
Decimal 177 191 236 0.25 0.19 0 0.07 225.76 0.61 0.81
Hex B1 BF EC 19 13 0 7 E2 3D 51
Octal 261 277 354 31 23 0 7 342 75 121
Binary 10110001 10111111 11101100 11001 10011 0 111 11100010 111101 1010001

Color Harmonies of #B1BFEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1BFEC

Black with #B1BFEC

Text Example


Text Example

White with #B1BFEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1BFEC; }

 p { color: rgb(177,191,236); }

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

background-color css

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

 a { background-color: rgb(177,191,236); }

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

border-color css

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

 span { border-color: rgb(177,191,236); }

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