Html Css Color HEX #B1BABC Casper

📋 copy color: '#B1BABC'

red 177 ◦ green 186 ◦ blue 188

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

Shades of Casper #B1BABC

Tints of Casper #B1BABC

RGB

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

 GREEN value IS 186 (73.05% from 255) = 33.76%

 BLUE value IS 188 (73.83% from 255) = 34.12%

R = 32.12%
G = 33.76%
B = 34.12%

CMYK

 C value IS 0.06

 M value IS 0.01

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B1BABC (or 0xB1BABC) is known color: Casper. HEX triplet: B1, BA and BC. RGB value is (177,186,188). Sum of RGB (Red+Green+Blue) = 177+186+188=551 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.12% from 551); Green value is 186 (73.05% from 255 or 33.76% from 551); Blue value is 188 (73.83% from 255 or 34.12% from 551); Max value from RGB is 188 - color contains mainly: blue. Hex color #B1BABC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1BABC is #4E4543. Grayscale: #B7B7B7. Windows color (decimal): -5129540 or 12368561. OLE color: 12368561.

HSL color Cylindrical-coordinate representation of color #B1BABC: hue angle of 190.91º degrees, saturation: 0.08, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #B1BABC is Cyan = 0.06, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 177 186 188 -
CMYK 0.06 0.01 0 0.26
HSL 190.91º 0.08% 0.72% -
HSV(B) 190.91º 0.06% 0.74% -
XYZ 44.77 48.1 54.5 -
YUV 183.54 130.52 123.34 -
System Red Green Blue C M Y K H S L
Decimal 177 186 188 0.06 0.01 0 0.26 190.91 0.08 0.72
Hex B1 BA BC 6 1 0 1A BF 8 48
Octal 261 272 274 6 1 0 32 277 10 110
Binary 10110001 10111010 10111100 110 1 0 11010 10111111 1000 1001000

Color Harmonies of #B1BABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1BABC

Black with #B1BABC

Text Example


Text Example

White with #B1BABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1BABC; }

 p { color: rgb(177,186,188); }

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

background-color css

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

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

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

border-color css

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

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

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