Html Css Color HEX #B1BCDB Perano

📋 copy color: '#B1BCDB'

red 177 ◦ green 188 ◦ blue 219

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

Shades of Perano #B1BCDB

Tints of Perano #B1BCDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 37.5%

R = 30.31%
G = 32.19%
B = 37.5%

CMYK

 C value IS 0.19

 M value IS 0.14

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B1BCDB (or 0xB1BCDB) is known color: Perano. HEX triplet: B1, BC and DB. RGB value is (177,188,219). Sum of RGB (Red+Green+Blue) = 177+188+219=584 (77% of max value = 765). Red value is 177 (69.53% from 255 or 30.31% from 584); Green value is 188 (73.83% from 255 or 32.19% from 584); Blue value is 219 (85.94% from 255 or 37.5% from 584); Max value from RGB is 219 - color contains mainly: blue. Hex color #B1BCDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1BCDB is #4E4324. Grayscale: #BCBCBC. Windows color (decimal): -5128997 or 14400689. OLE color: 14400689.

HSL color Cylindrical-coordinate representation of color #B1BCDB: hue angle of 224.29º degrees, saturation: 0.37, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B1BCDB is Cyan = 0.19, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 177 188 219 -
CMYK 0.19 0.14 0 0.14
HSL 224.29º 0.37% 0.78% -
HSV(B) 224.29º 0.19% 0.86% -
XYZ 48.9 50.43 74.17 -
YUV 188.25 145.36 119.98 -
System Red Green Blue C M Y K H S L
Decimal 177 188 219 0.19 0.14 0 0.14 224.29 0.37 0.78
Hex B1 BC DB 13 E 0 E E0 25 4E
Octal 261 274 333 23 16 0 16 340 45 116
Binary 10110001 10111100 11011011 10011 1110 0 1110 11100000 100101 1001110

Color Harmonies of #B1BCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1BCDB

Black with #B1BCDB

Text Example


Text Example

White with #B1BCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1BCDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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