Html Css Color HEX #B1BDEA Perano

📋 copy color: '#B1BDEA'

red 177 ◦ green 189 ◦ blue 234

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

Shades of Perano #B1BDEA

Tints of Perano #B1BDEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 39%

R = 29.5%
G = 31.5%
B = 39%

CMYK

 C value IS 0.24

 M value IS 0.19

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B1BDEA (or 0xB1BDEA) is known color: Perano. HEX triplet: B1, BD and EA. RGB value is (177,189,234). Sum of RGB (Red+Green+Blue) = 177+189+234=600 (79% of max value = 765). Red value is 177 (69.53% from 255 or 29.5% from 600); Green value is 189 (74.22% from 255 or 31.5% from 600); Blue value is 234 (91.80% from 255 or 39% from 600); Max value from RGB is 234 - color contains mainly: blue. Hex color #B1BDEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1BDEA is #4E4215. Grayscale: #BEBEBE. Windows color (decimal): -5128726 or 15383985. OLE color: 15383985.

HSL color Cylindrical-coordinate representation of color #B1BDEA: hue angle of 227.37º degrees, saturation: 0.58, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B1BDEA is Cyan = 0.24, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 177 189 234 -
CMYK 0.24 0.19 0 0.08
HSL 227.37º 0.58% 0.81% -
HSV(B) 227.37º 0.24% 0.92% -
XYZ 51.18 51.68 85.12 -
YUV 190.54 152.52 118.34 -
System Red Green Blue C M Y K H S L
Decimal 177 189 234 0.24 0.19 0 0.08 227.37 0.58 0.81
Hex B1 BD EA 18 13 0 8 E3 3A 51
Octal 261 275 352 30 23 0 10 343 72 121
Binary 10110001 10111101 11101010 11000 10011 0 1000 11100011 111010 1010001

Color Harmonies of #B1BDEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1BDEA

Black with #B1BDEA

Text Example


Text Example

White with #B1BDEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1BDEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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