Html Css Color HEX #B2BABC Casper

📋 copy color: '#B2BABC'

red 178 ◦ green 186 ◦ blue 188

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

Shades of Casper #B2BABC

Tints of Casper #B2BABC

RGB

 RED value IS 178 (69.92% from 255) = 32.25%

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

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

R = 32.25%
G = 33.7%
B = 34.06%

CMYK

 C value IS 0.05

 M value IS 0.01

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B2BABC (or 0xB2BABC) is known color: Casper. HEX triplet: B2, BA and BC. RGB value is (178,186,188). Sum of RGB (Red+Green+Blue) = 178+186+188=552 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.25% from 552); Green value is 186 (73.05% from 255 or 33.70% from 552); Blue value is 188 (73.83% from 255 or 34.06% from 552); Max value from RGB is 188 - color contains mainly: blue. Hex color #B2BABC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2BABC is #4D4543. Grayscale: #B7B7B7. Windows color (decimal): -5064004 or 12368562. OLE color: 12368562.

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

Color convert

RGB 178 186 188 -
CMYK 0.05 0.01 0 0.26
HSL 192º 0.07% 0.72% -
HSV(B) 192º 0.05% 0.74% -
XYZ 45 48.21 54.51 -
YUV 183.84 130.35 123.84 -
System Red Green Blue C M Y K H S L
Decimal 178 186 188 0.05 0.01 0 0.26 192 0.07 0.72
Hex B2 BA BC 5 1 0 1A C0 7 48
Octal 262 272 274 5 1 0 32 300 7 110
Binary 10110010 10111010 10111100 101 1 0 11010 11000000 111 1001000

Color Harmonies of #B2BABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BABC

Black with #B2BABC

Text Example


Text Example

White with #B2BABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BABC; }

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

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

background-color css

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

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

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

border-color css

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

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

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