Html Css Color HEX #B1B1EB Perano

📋 copy color: '#B1B1EB'

red 177 ◦ green 177 ◦ blue 235

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

Shades of Perano #B1B1EB

Tints of Perano #B1B1EB

RGB

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

 GREEN value IS 177 (69.53% from 255) = 30.05%

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

R = 30.05%
G = 30.05%
B = 39.9%

CMYK

 C value IS 0.25

 M value IS 0.25

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B1B1EB (or 0xB1B1EB) is known color: Perano. HEX triplet: B1, B1 and EB. RGB value is (177,177,235). Sum of RGB (Red+Green+Blue) = 177+177+235=589 (78% of max value = 765). Red value is 177 (69.53% from 255 or 30.05% from 589); Green value is 177 (69.53% from 255 or 30.05% from 589); Blue value is 235 (92.19% from 255 or 39.90% from 589); Max value from RGB is 235 - color contains mainly: blue. Hex color #B1B1EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B1B1EB is #4E4E14. Grayscale: #B7B7B7. Windows color (decimal): -5131797 or 15446449. OLE color: 15446449.

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

Color convert

RGB 177 177 235 -
CMYK 0.25 0.25 0 0.08
HSL 240º 0.59% 0.81% -
HSV(B) 240º 0.25% 0.92% -
XYZ 48.85 46.79 85.05 -
YUV 183.61 157 123.28 -
System Red Green Blue C M Y K H S L
Decimal 177 177 235 0.25 0.25 0 0.08 240 0.59 0.81
Hex B1 B1 EB 19 19 0 8 F0 3B 51
Octal 261 261 353 31 31 0 10 360 73 121
Binary 10110001 10110001 11101011 11001 11001 0 1000 11110000 111011 1010001

Color Harmonies of #B1B1EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1B1EB

Black with #B1B1EB

Text Example


Text Example

White with #B1B1EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1B1EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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