Html Css Color HEX #B1BDDC Perano

📋 copy color: '#B1BDDC'

red 177 ◦ green 189 ◦ blue 220

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

Shades of Perano #B1BDDC

Tints of Perano #B1BDDC

RGB

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

 GREEN value IS 189 (74.22% from 255) = 32.25%

 BLUE value IS 220 (86.33% from 255) = 37.54%

R = 30.2%
G = 32.25%
B = 37.54%

CMYK

 C value IS 0.20

 M value IS 0.14

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B1BDDC (or 0xB1BDDC) is known color: Perano. HEX triplet: B1, BD and DC. RGB value is (177,189,220). Sum of RGB (Red+Green+Blue) = 177+189+220=586 (77% of max value = 765). Red value is 177 (69.53% from 255 or 30.20% from 586); Green value is 189 (74.22% from 255 or 32.25% from 586); Blue value is 220 (86.33% from 255 or 37.54% from 586); Max value from RGB is 220 - color contains mainly: blue. Hex color #B1BDDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1BDDC is #4E4223. Grayscale: #BCBCBC. Windows color (decimal): -5128740 or 14466481. OLE color: 14466481.

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

Color convert

RGB 177 189 220 -
CMYK 0.20 0.14 0 0.14
HSL 223.26º 0.38% 0.78% -
HSV(B) 223.26º 0.2% 0.86% -
XYZ 49.25 50.91 74.94 -
YUV 188.95 145.52 119.48 -
System Red Green Blue C M Y K H S L
Decimal 177 189 220 0.20 0.14 0 0.14 223.26 0.38 0.78
Hex B1 BD DC 14 E 0 E DF 26 4E
Octal 261 275 334 24 16 0 16 337 46 116
Binary 10110001 10111101 11011100 10100 1110 0 1110 11011111 100110 1001110

Color Harmonies of #B1BDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1BDDC

Black with #B1BDDC

Text Example


Text Example

White with #B1BDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1BDDC; }

 p { color: rgb(177,189,220); }

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

background-color css

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

 a { background-color: rgb(177,189,220); }

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

border-color css

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

 span { border-color: rgb(177,189,220); }

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