Html Css Color HEX #B1BBED Perano

📋 copy color: '#B1BBED'

red 177 ◦ green 187 ◦ blue 237

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

Shades of Perano #B1BBED

Tints of Perano #B1BBED

RGB

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

 GREEN value IS 187 (73.44% from 255) = 31.11%

 BLUE value IS 237 (92.97% from 255) = 39.43%

R = 29.45%
G = 31.11%
B = 39.43%

CMYK

 C value IS 0.25

 M value IS 0.21

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B1BBED (or 0xB1BBED) is known color: Perano. HEX triplet: B1, BB and ED. RGB value is (177,187,237). Sum of RGB (Red+Green+Blue) = 177+187+237=601 (79% of max value = 765). Red value is 177 (69.53% from 255 or 29.45% from 601); Green value is 187 (73.44% from 255 or 31.11% from 601); Blue value is 237 (92.97% from 255 or 39.43% from 601); Max value from RGB is 237 - color contains mainly: blue. Hex color #B1BBED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1BBED is #4E4412. Grayscale: #BDBDBD. Windows color (decimal): -5129235 or 15580081. OLE color: 15580081.

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

Color convert

RGB 177 187 237 -
CMYK 0.25 0.21 0 0.07
HSL 230º 0.63% 0.81% -
HSV(B) 230º 0.25% 0.93% -
XYZ 51.19 51 87.27 -
YUV 189.71 154.69 118.93 -
System Red Green Blue C M Y K H S L
Decimal 177 187 237 0.25 0.21 0 0.07 230 0.63 0.81
Hex B1 BB ED 19 15 0 7 E6 3E 51
Octal 261 273 355 31 25 0 7 346 76 121
Binary 10110001 10111011 11101101 11001 10101 0 111 11100110 111110 1010001

Color Harmonies of #B1BBED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1BBED

Black with #B1BBED

Text Example


Text Example

White with #B1BBED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1BBED; }

 p { color: rgb(177,187,237); }

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

background-color css

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

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

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

border-color css

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

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

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