Html Css Color HEX #B1B4EB Perano

📋 copy color: '#B1B4EB'

red 177 ◦ green 180 ◦ blue 235

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

Shades of Perano #B1B4EB

Tints of Perano #B1B4EB

RGB

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

 GREEN value IS 180 (70.7% from 255) = 30.41%

 BLUE value IS 235 (92.19% from 255) = 39.7%

R = 29.9%
G = 30.41%
B = 39.7%

CMYK

 C value IS 0.25

 M value IS 0.23

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B1B4EB (or 0xB1B4EB) is known color: Perano. HEX triplet: B1, B4 and EB. RGB value is (177,180,235). Sum of RGB (Red+Green+Blue) = 177+180+235=592 (78% of max value = 765). Red value is 177 (69.53% from 255 or 29.90% from 592); Green value is 180 (70.70% from 255 or 30.41% from 592); Blue value is 235 (92.19% from 255 or 39.70% from 592); Max value from RGB is 235 - color contains mainly: blue. Hex color #B1B4EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1B4EB is #4E4B14. Grayscale: #B9B9B9. Windows color (decimal): -5131029 or 15447217. OLE color: 15447217.

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

Color convert

RGB 177 180 235 -
CMYK 0.25 0.23 0 0.08
HSL 236.9º 0.59% 0.81% -
HSV(B) 236.9º 0.25% 0.92% -
XYZ 49.45 47.99 85.25 -
YUV 185.37 156.01 122.03 -
System Red Green Blue C M Y K H S L
Decimal 177 180 235 0.25 0.23 0 0.08 236.9 0.59 0.81
Hex B1 B4 EB 19 17 0 8 ED 3B 51
Octal 261 264 353 31 27 0 10 355 73 121
Binary 10110001 10110100 11101011 11001 10111 0 1000 11101101 111011 1010001

Color Harmonies of #B1B4EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1B4EB

Black with #B1B4EB

Text Example


Text Example

White with #B1B4EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1B4EB; }

 p { color: rgb(177,180,235); }

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

background-color css

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

 a { background-color: rgb(177,180,235); }

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

border-color css

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

 span { border-color: rgb(177,180,235); }

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