Html Css Color HEX #ABB4B3 Conch

📋 copy color: '#ABB4B3'

red 171 ◦ green 180 ◦ blue 179

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

Shades of Conch #ABB4B3

Tints of Conch #ABB4B3

RGB

 RED value IS 171 (67.19% from 255) = 32.26%

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

 BLUE value IS 179 (70.31% from 255) = 33.77%

R = 32.26%
G = 33.96%
B = 33.77%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.01

 K value IS 0.29

RGB Variations

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

Color information

#ABB4B3 (or 0xABB4B3) is known color: Conch. HEX triplet: AB, B4 and B3. RGB value is (171,180,179). Sum of RGB (Red+Green+Blue) = 171+180+179=530 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.26% from 530); Green value is 180 (70.70% from 255 or 33.96% from 530); Blue value is 179 (70.31% from 255 or 33.77% from 530); Max value from RGB is 180 - color contains mainly: green. Hex color #ABB4B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABB4B3 is #544B4C. Grayscale: #B1B1B1. Windows color (decimal): -5524301 or 11777195. OLE color: 11777195.

HSL color Cylindrical-coordinate representation of color #ABB4B3: hue angle of 173.33º degrees, saturation: 0.06, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #ABB4B3 is Cyan = 0.05, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.29.

Color convert

RGB 171 180 179 -
CMYK 0.05 0 0.01 0.29
HSL 173.33º 0.06% 0.69% -
HSV(B) 173.33º 0.05% 0.71% -
XYZ 41.25 44.56 49.07 -
YUV 177.2 129.02 123.58 -
System Red Green Blue C M Y K H S L
Decimal 171 180 179 0.05 0 0.01 0.29 173.33 0.06 0.69
Hex AB B4 B3 5 0 1 1D AD 6 45
Octal 253 264 263 5 0 1 35 255 6 105
Binary 10101011 10110100 10110011 101 0 1 11101 10101101 110 1000101

Color Harmonies of #ABB4B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABB4B3

Black with #ABB4B3

Text Example


Text Example

White with #ABB4B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABB4B3; }

 p { color: rgb(171,180,179); }

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

background-color css

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

 a { background-color: rgb(171,180,179); }

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

border-color css

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

 span { border-color: rgb(171,180,179); }

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