Html Css Color HEX #B1BCF0 Perano

📋 copy color: '#B1BCF0'

red 177 ◦ green 188 ◦ blue 240

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

Shades of Perano #B1BCF0

Tints of Perano #B1BCF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 39.67%

R = 29.26%
G = 31.07%
B = 39.67%

CMYK

 C value IS 0.26

 M value IS 0.22

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B1BCF0 (or 0xB1BCF0) is known color: Perano. HEX triplet: B1, BC and F0. RGB value is (177,188,240). Sum of RGB (Red+Green+Blue) = 177+188+240=605 (80% of max value = 765). Red value is 177 (69.53% from 255 or 29.26% from 605); Green value is 188 (73.83% from 255 or 31.07% from 605); Blue value is 240 (94.14% from 255 or 39.67% from 605); Max value from RGB is 240 - color contains mainly: blue. Hex color #B1BCF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1BCF0 is #4E430F. Grayscale: #BEBEBE. Windows color (decimal): -5128976 or 15776945. OLE color: 15776945.

HSL color Cylindrical-coordinate representation of color #B1BCF0: hue angle of 229.52º degrees, saturation: 0.68, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B1BCF0 is Cyan = 0.26, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 177 188 240 -
CMYK 0.26 0.22 0 0.06
HSL 229.52º 0.68% 0.82% -
HSV(B) 229.52º 0.26% 0.94% -
XYZ 51.84 51.6 89.67 -
YUV 190.64 155.86 118.27 -
System Red Green Blue C M Y K H S L
Decimal 177 188 240 0.26 0.22 0 0.06 229.52 0.68 0.82
Hex B1 BC F0 1A 16 0 6 E6 44 52
Octal 261 274 360 32 26 0 6 346 104 122
Binary 10110001 10111100 11110000 11010 10110 0 110 11100110 1000100 1010010

Color Harmonies of #B1BCF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1BCF0

Black with #B1BCF0

Text Example


Text Example

White with #B1BCF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1BCF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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