Html Css Color HEX #B1BDEC Perano

📋 copy color: '#B1BDEC'

red 177 ◦ green 189 ◦ blue 236

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

Shades of Perano #B1BDEC

Tints of Perano #B1BDEC

RGB

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

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

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

R = 29.4%
G = 31.4%
B = 39.2%

CMYK

 C value IS 0.25

 M value IS 0.20

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B1BDEC (or 0xB1BDEC) is known color: Perano. HEX triplet: B1, BD and EC. RGB value is (177,189,236). Sum of RGB (Red+Green+Blue) = 177+189+236=602 (79% of max value = 765). Red value is 177 (69.53% from 255 or 29.40% from 602); Green value is 189 (74.22% from 255 or 31.40% from 602); Blue value is 236 (92.58% from 255 or 39.20% from 602); Max value from RGB is 236 - color contains mainly: blue. Hex color #B1BDEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1BDEC is #4E4213. Grayscale: #BEBEBE. Windows color (decimal): -5128724 or 15515057. OLE color: 15515057.

HSL color Cylindrical-coordinate representation of color #B1BDEC: hue angle of 227.8º 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 #B1BDEC is Cyan = 0.25, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 177 189 236 -
CMYK 0.25 0.20 0 0.07
HSL 227.8º 0.61% 0.81% -
HSV(B) 227.8º 0.25% 0.93% -
XYZ 51.47 51.8 86.64 -
YUV 190.77 153.52 118.18 -
System Red Green Blue C M Y K H S L
Decimal 177 189 236 0.25 0.20 0 0.07 227.8 0.61 0.81
Hex B1 BD EC 19 14 0 7 E4 3D 51
Octal 261 275 354 31 24 0 7 344 75 121
Binary 10110001 10111101 11101100 11001 10100 0 111 11100100 111101 1010001

Color Harmonies of #B1BDEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1BDEC

Black with #B1BDEC

Text Example


Text Example

White with #B1BDEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1BDEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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