Html Css Color HEX #B1BCFF Perano

📋 copy color: '#B1BCFF'

red 177 ◦ green 188 ◦ blue 255

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

Shades of Perano #B1BCFF

Tints of Perano #B1BCFF

RGB

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

 GREEN value IS 188 (73.83% from 255) = 30.32%

 BLUE value IS 255 (100% from 255) = 41.13%

R = 28.55%
G = 30.32%
B = 41.13%

CMYK

 C value IS 0.31

 M value IS 0.26

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B1BCFF (or 0xB1BCFF) is known color: Perano. HEX triplet: B1, BC and FF. RGB value is (177,188,255). Sum of RGB (Red+Green+Blue) = 177+188+255=620 (82% of max value = 765). Red value is 177 (69.53% from 255 or 28.55% from 620); Green value is 188 (73.83% from 255 or 30.32% from 620); Blue value is 255 (100% from 255 or 41.13% from 620); Max value from RGB is 255 - color contains mainly: blue. Hex color #B1BCFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1BCFF is #4E4300. Grayscale: #C0C0C0. Windows color (decimal): -5128961 or 16759985. OLE color: 16759985.

HSL color Cylindrical-coordinate representation of color #B1BCFF: hue angle of 231.54º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B1BCFF is Cyan = 0.31, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 177 188 255 -
CMYK 0.31 0.26 0 0
HSL 231.54º 1% 0.85% -
HSV(B) 231.54º 0.31% 1% -
XYZ 54.16 52.53 101.89 -
YUV 192.35 163.36 117.05 -
System Red Green Blue C M Y K H S L
Decimal 177 188 255 0.31 0.26 0 0 231.54 1 0.85
Hex B1 BC FF 1F 1A 0 0 E8 64 55
Octal 261 274 377 37 32 0 0 350 144 125
Binary 10110001 10111100 11111111 11111 11010 0 0 11101000 1100100 1010101

Color Harmonies of #B1BCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1BCFF

Black with #B1BCFF

Text Example


Text Example

White with #B1BCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1BCFF; }

 p { color: rgb(177,188,255); }

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

background-color css

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

 a { background-color: rgb(177,188,255); }

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

border-color css

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

 span { border-color: rgb(177,188,255); }

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